Searched refs:GetFontStyles (Results 1 – 4 of 4) sorted by relevance
229 if (GetFontStyles() == dwFontStyles) in Derive()243 uint32_t CFGAS_GEFont::GetFontStyles() const { in GetFontStyles() function in CFGAS_GEFont393 m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), wsFamily.c_str()); in GetGlyphIndex()396 pFont = m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), nullptr); in GetGlyphIndex()
53 uint32_t GetFontStyles() const;
220 if (pSrcFont->GetFontStyles() == dwFontStyles) in LoadFont()
132 if ((pFont->GetFontStyles() & FX_FONTSTYLE_Italic) != 0 && in DrawString()151 uint32_t dwFontStyle = pFont->GetFontStyles(); in DrawString()