Searched refs:GetFontByCodePage (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/src/fgas/include/ |
D | fx_fnt.h | 231 virtual IFX_Font* GetFontByCodePage(FX_WORD wCodePage, 237 return GetFontByCodePage(wCodePage, dwFontStyles, pszFontFamily); in LoadFont()
|
/external/pdfium/xfa/src/fgas/src/font/ |
D | fx_stdfontmgr.h | 159 virtual IFX_Font* GetFontByCodePage(FX_WORD wCodePage,
|
D | fx_stdfontmgr.cpp | 728 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()
|
D | fx_gefont.cpp | 17 return pFontMgr->GetFontByCodePage(wCodePage, dwFontStyles, pszFontFamily); in LoadFont()
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_fwltheme.cpp | 72 m_pCalendarFont = m_pApp->GetFDEFontMgr()->GetFontByCodePage( in Initialize()
|