Searched refs:FX_FONTSTYLE_BoldItalic (Results 1 – 2 of 2) sorted by relevance
35 #define FX_FONTSTYLE_BoldItalic (FX_FONTSTYLE_Bold | FX_FONTSTYLE_Italic) macro
57 if ((font.dwFontStyles & FX_FONTSTYLE_BoldItalic) == in MatchDefaultFont()58 FX_FONTSTYLE_BoldItalic) { in MatchDefaultFont()