On Windows XP, when creating an HDC from an EMF buffer with CreateEnhMetaFile():
- SetDCBrushColor() and SetDCPenColor() calls are not recorded. Too bad for you.
- When using GetStockObject(), DC_BRUSH and DC_PEN are useless and will return a white pen and a black pen respectively. Just don't use them.
- Expect no-op from ExtTextOut(..., ETO_GLYPH_INDEX, ...) if GDI32!GdiInitializeLanguagePack hasn't been called.
No comments:
Post a Comment