Searched defs:GetDefFontByCodePage (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fgas/src/font/
H A Dfx_stdfontmgr.cpp56 IFX_Font* CFX_StdFontMgrImp::GetDefFontByCodePage( function in class:CFX_StdFontMgrImp
86 return GetDefFontByCodePage(FX_GetCodePageFromCharset(nCharset), dwFontStyles,
157 return GetDefFontByCodePage(FX_GetDefCodePageByLanguage(wLanguage),
700 IFX_Font* CFX_FontMgrImp::GetDefFontByCodePage(FX_WORD wCodePage, function in class:CFX_FontMgrImp
703 return NULL == m_pDelegate ? NULL : m_pDelegate->GetDefFontByCodePage(

Completed in 78 milliseconds