Searched refs:FPDF_SYSFONTINFO_DEFAULT (Results 1 – 1 of 1) sorted by relevance
103 struct FPDF_SYSFONTINFO_DEFAULT : public FPDF_SYSFONTINFO struct110 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->Release(); in DefaultRelease() argument115 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->EnumFontList((CFX_FontMapper*)pMapper); in DefaultEnumFonts()120 …return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->MapFont(weight, bItalic, charset, pitch_fa… in DefaultMapFont()125 return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFont(family); in DefaultGetFont()131 …return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFontData(hFont, table, buffer, buf_size… in DefaultGetFontData()137 if (!((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFaceName(hFont, name)) return 0; in DefaultGetFaceName()146 if (!((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFontCharset(hFont, charset)) return 0; in DefaultGetFontCharset()152 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->DeleteFont(hFont); in DefaultDeleteFont()160 FPDF_SYSFONTINFO_DEFAULT* pFontInfoExt = FX_Alloc(FPDF_SYSFONTINFO_DEFAULT, 1); in FPDF_GetDefaultSystemFontInfo()