Searched refs:FX_FONTSTYLE_Script (Results 1 – 5 of 5) sorted by relevance
20 if (dwFontStyles & FX_FONTSTYLE_Script) { in FGAS_GetFontHashCode()
430 if ((dwFontStyles & FX_FONTSTYLE_Script) == in FX_GetSimilarValue()431 (pFont->dwFontStyles & FX_FONTSTYLE_Script)) { in FX_GetSimilarValue()449 dwStyles |= FX_FONTSTYLE_Script; in FX_GetGdiFontStyles()
210 if (dwFontStyles & FX_FONTSTYLE_Script) { in LoadFont()
175 if (dwFontStyles & FX_FONTSTYLE_Script) { in LoadFont()
15 #define FX_FONTSTYLE_Script 0x08 macro