Searched refs:IXFA_FontMgr (Results 1 – 7 of 7) sorted by relevance
16 class CXFA_DefFontMgr : public IXFA_FontMgr {76 void SetDefFontMgr(IXFA_FontMgr* pFontMgr);81 IXFA_FontMgr* m_pDefFontMgr;
40 void SetDefaultFontMgr(IXFA_FontMgr* pFontMgr) override;
162 void CXFA_FFApp::SetDefaultFontMgr(IXFA_FontMgr* pFontMgr) { in SetDefaultFontMgr()
1750 IXFA_FontMgr* IXFA_FontMgr::CreateDefault() { in CreateDefault()1754 IXFA_FontMgr::~IXFA_FontMgr() {} in ~IXFA_FontMgr()2130 void CXFA_FontMgr::SetDefFontMgr(IXFA_FontMgr* pFontMgr) { in SetDefFontMgr()
24 class IXFA_FontMgr; variable290 class IXFA_FontMgr {292 static IXFA_FontMgr* CreateDefault();293 virtual ~IXFA_FontMgr();316 virtual void SetDefaultFontMgr(IXFA_FontMgr* pFontMgr) = 0;
91 IXFA_FontMgr* m_pFontMgr;
67 m_pFontMgr = IXFA_FontMgr::CreateDefault(); in Initialize()