Searched refs:CFX_FontMapper (Results 1 – 7 of 7) sorted by relevance
22 class CFX_FontMapper; variable226 CFX_FontMapper* m_pBuiltinMapper;257 class CFX_FontMapper : public IFX_FontMapper260 CFX_FontMapper();261 virtual ~CFX_FontMapper();299 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper) = 0;322 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper);332 CFX_FontMapper* m_pMapper;
22 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper) in EnumFontList()82 ((CFX_FontMapper*)mapper)->AddInstalledFont(name, charset); in FPDF_AddInstalledFont()106 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->EnumFontList((CFX_FontMapper*)pMapper); in DefaultEnumFonts()
148 CFX_FontMapper* pFontMapper = pFontMgr->m_pBuiltinMapper; in FindNativeTrueTypeFont()
64 m_pBuiltinMapper = FX_NEW CFX_FontMapper; in CFX_FontMgr()466 CFX_FontMapper::CFX_FontMapper() in CFX_FontMapper() function in CFX_FontMapper474 CFX_FontMapper::~CFX_FontMapper() in ~CFX_FontMapper()490 void CFX_FontMapper::SetSystemFontInfo(IFX_SystemFontInfo* pFontInfo) in SetSystemFontInfo()576 CFX_ByteString CFX_FontMapper::GetPSNameFromTT(void* hFont) in GetPSNameFromTT()594 void CFX_FontMapper::AddInstalledFont(const CFX_ByteString& name, int charset) in AddInstalledFont()632 void CFX_FontMapper::LoadInstalledFonts() in LoadInstalledFonts()646 CFX_ByteString CFX_FontMapper::MatchInstalledFonts(const CFX_ByteString& norm_name) in MatchInstalledFonts()773 FXFT_Face CFX_FontMapper::UseInternalSubst(CFX_SubstFont* pSubstFont, int iBaseFont, int italic_ang… in UseInternalSubst()916 FXFT_Face CFX_FontMapper::FindSubstFont(const CFX_ByteString& name, FX_BOOL bTrueType, FX_DWORD fla… in FindSubstFont()[all …]
20 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper);
22 FX_BOOL CFX_AndroidFontInfo::EnumFontList(CFX_FontMapper* pMapper) in EnumFontList()
25 virtual FX_BOOL EnumFontList(CFX_FontMapper* pMapper);42 CFX_FontMapper* m_pMapper;140 FX_BOOL CWin32FontInfo::EnumFontList(CFX_FontMapper* pMapper) in EnumFontList()