Searched defs:SystemFontData (Results 1 – 1 of 1) sorted by relevance
157 struct SystemFontData struct159 unsigned long nSize; // size in bytes of this structure161 HFONT hFont; // native font object163 ULONG hFont; // native font object165 void* aATSUFontID; // native font object167 void* nFontId; // native font id168 int nFontFlags; // native font flags170 bool bFakeBold; // Does this font need faking the bold style171 bool bFakeItalic; // Does this font need faking the italic style172 bool bAntialias; // Should this font be antialiased[all …]
Completed in 15 milliseconds