Searched refs:GetFontStyles (Results 1 – 3 of 3) sorted by relevance
137 uint32_t CFGAS_GEFont::GetFontStyles() const { in GetFontStyles() function in CFGAS_GEFont265 m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), wsFamily.c_str()); in GetGlyphIndexAndFont()268 pFont = m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), nullptr); in GetGlyphIndexAndFont()
40 uint32_t GetFontStyles() const;
46 if (FontStyleIsItalic(pFont->GetFontStyles()) && !pFxFont->IsItalic()) { in DrawString()57 uint32_t dwFontStyle = pFont->GetFontStyles(); in DrawString()