Lines Matching refs:CFGAS_GEFont
28 class CFGAS_GEFont final : public Retainable {
33 static RetainPtr<CFGAS_GEFont> LoadFont(const wchar_t* pszFontFamily,
37 static RetainPtr<CFGAS_GEFont> LoadFont(const RetainPtr<CPDF_Font>& pPDFFont,
39 static RetainPtr<CFGAS_GEFont> LoadFont(
43 static RetainPtr<CFGAS_GEFont> LoadStockFont(CPDF_Document* pDoc,
56 RetainPtr<CFGAS_GEFont> GetSubstFont(int32_t iGlyphIndex);
64 explicit CFGAS_GEFont(CFGAS_FontMgr* pFontMgr);
65 ~CFGAS_GEFont() override;
76 std::pair<int32_t, RetainPtr<CFGAS_GEFont>> GetGlyphIndexAndFont(
88 std::vector<RetainPtr<CFGAS_GEFont>> m_SubstFonts;
89 std::map<wchar_t, RetainPtr<CFGAS_GEFont>> m_FontMapper;