Lines Matching refs:CFGAS_FontMgr
175 CFGAS_FontMgr::CFGAS_FontMgr() : m_FontFaces(EnumGdiFonts(nullptr, 0xFEFF)) {} in CFGAS_FontMgr() function in CFGAS_FontMgr
177 CFGAS_FontMgr::~CFGAS_FontMgr() = default;
179 bool CFGAS_FontMgr::EnumFonts() { in EnumFonts()
183 RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::GetFontByUnicodeImpl( in GetFontByUnicodeImpl()
216 const FX_FONTDESCRIPTOR* CFGAS_FontMgr::FindFont(const wchar_t* pszFontFamily, in FindFont()
613 CFGAS_FontMgr::CFGAS_FontMgr() in CFGAS_FontMgr() function in CFGAS_FontMgr
616 CFGAS_FontMgr::~CFGAS_FontMgr() {} in ~CFGAS_FontMgr()
618 bool CFGAS_FontMgr::EnumFontsFromFontMapper() { in EnumFontsFromFontMapper()
637 bool CFGAS_FontMgr::EnumFontsFromFiles() { in EnumFontsFromFiles()
648 bool CFGAS_FontMgr::EnumFonts() { in EnumFonts()
652 RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::GetFontByUnicodeImpl( in GetFontByUnicodeImpl()
685 RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::LoadFontInternal( in LoadFontInternal()
706 void CFGAS_FontMgr::MatchFonts( in MatchFonts()
725 void CFGAS_FontMgr::RegisterFace(RetainPtr<CFX_Face> pFace, in RegisterFace()
758 void CFGAS_FontMgr::RegisterFaces( in RegisterFaces()
778 RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::GetFontByCodePage( in GetFontByCodePage()
832 RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::GetFontByUnicode( in GetFontByUnicode()
861 RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::LoadFont(const wchar_t* pszFontFamily, in LoadFont()
892 void CFGAS_FontMgr::RemoveFont(const RetainPtr<CFGAS_GEFont>& pEFont) { in RemoveFont()