Home
last modified time | relevance | path

Searched refs:CXFA_DefFontMgr (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fontmgr.h16 class CXFA_DefFontMgr : public IXFA_FontMgr {
18 CXFA_DefFontMgr() {} in CXFA_DefFontMgr() function
19 ~CXFA_DefFontMgr() override;
Dxfa_fontmgr.cpp1751 return new CXFA_DefFontMgr; in CreateDefault()
1755 CXFA_DefFontMgr::~CXFA_DefFontMgr() { in ~CXFA_DefFontMgr()
1763 IFX_Font* CXFA_DefFontMgr::GetFont(IXFA_Doc* hDoc, in GetFont()
1824 IFX_Font* CXFA_DefFontMgr::GetDefaultFont(IXFA_Doc* hDoc, in GetDefaultFont()