Searched refs:GetFontStyles (Results 1 – 9 of 9) sorted by relevance
342 if (GetFontStyles() == dwFontStyles) { in Derive()367 FX_DWORD CFX_GEFont::GetFontStyles() const { in GetFontStyles() function in CFX_GEFont530 wUnicode, GetFontStyles(), (const FX_WCHAR*)wsFamily); in GetGlyphIndex()532 IFX_Font* pFont = m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), in GetGlyphIndex()535 pFont = m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), NULL); in GetGlyphIndex()
31 virtual FX_DWORD GetFontStyles() const;
46 virtual FX_DWORD GetFontStyles() const { return m_dwStyles; } in GetFontStyles() function
256 if (pSrcFont->GetFontStyles() == dwFontStyles) { in LoadFont()
146 if ((pFont->GetFontStyles() & FX_FONTSTYLE_Italic) != 0 && in DrawString()164 FX_DWORD dwFontStyle = pFont->GetFontStyles(); in DrawString()
72 virtual FX_DWORD GetFontStyles() const = 0;
136 IFDE_CSSFontStyle* pFontStyle = pStyle->GetFontStyles(); in CreateRootStyle()370 IFDE_CSSFontStyle* pFontStyle = pStyle->GetFontStyles(); in GetFont()391 return pStyle->GetFontStyles()->GetFontSize(); in GetFontSize()482 return pStyle->GetFontStyles()->GetColor(); in GetColor()
1018 virtual IFDE_CSSFontStyle* GetFontStyles() const = 0;
388 virtual IFDE_CSSFontStyle* GetFontStyles() const { in GetFontStyles() function