Home
last modified time | relevance | path

Searched refs:GetFontByCodePage (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/src/fgas/include/
Dfx_fnt.h231 virtual IFX_Font* GetFontByCodePage(FX_WORD wCodePage,
237 return GetFontByCodePage(wCodePage, dwFontStyles, pszFontFamily); in LoadFont()
/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.h159 virtual IFX_Font* GetFontByCodePage(FX_WORD wCodePage,
Dfx_stdfontmgr.cpp728 IFX_Font* CFX_FontMgrImp::GetFontByCodePage(FX_WORD wCodePage, in GetFontByCodePage() function in CFX_FontMgrImp
769 return GetFontByCodePage(FX_GetCodePageFromCharset(nCharset), dwFontStyles, in GetFontByCharset()
882 return GetFontByCodePage(FX_GetDefCodePageByLanguage(wLanguage), dwFontStyles, in GetFontByLanguage()
Dfx_gefont.cpp17 return pFontMgr->GetFontByCodePage(wCodePage, dwFontStyles, pszFontFamily); in LoadFont()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fwltheme.cpp72 m_pCalendarFont = m_pApp->GetFDEFontMgr()->GetFontByCodePage( in Initialize()