Searched refs:GetFontStyles (Results 1 – 3 of 3) sorted by relevance
140 uint32_t CFGAS_GEFont::GetFontStyles() const { in GetFontStyles() function in CFGAS_GEFont255 m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), wsFamily.c_str()); in GetGlyphIndexAndFont()258 pFont = m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), nullptr); in GetGlyphIndexAndFont()
47 uint32_t GetFontStyles() const;
51 if (FontStyleIsItalic(pFont->GetFontStyles()) && !pFxFont->IsItalic()) { in DrawString()60 uint32_t dwFontStyle = pFont->GetFontStyles(); in DrawString()