Searched refs:FX_FONTSTYLE_Serif (Results 1 – 5 of 5) sorted by relevance
14 if (dwFontStyles & FX_FONTSTYLE_Serif) { in FGAS_GetFontHashCode()
426 if ((dwFontStyles & FX_FONTSTYLE_Serif) == in FX_GetSimilarValue()427 (pFont->dwFontStyles & FX_FONTSTYLE_Serif)) { in FX_GetSimilarValue()446 dwStyles |= FX_FONTSTYLE_Serif; in FX_GetGdiFontStyles()1149 if (dwStyleMask & FX_FONTSTYLE_Serif) { in CalcPenalty()1301 flag |= FX_FONTSTYLE_Serif; in GetFlags()
204 if (dwFontStyles & FX_FONTSTYLE_Serif) { in LoadFont()
172 if (dwFontStyles & FX_FONTSTYLE_Serif) { in LoadFont()
13 #define FX_FONTSTYLE_Serif 0x02 macro