Lines Matching refs:charset
32 …virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR famil… in MapFont() argument
35 return m_pInfo->MapFont(m_pInfo, weight, bItalic, charset, pitch_family, family, &bExact); in MapFont()
65 virtual FX_BOOL GetFontCharset(void* hFont, int& charset) FX_OVERRIDE in GetFontCharset() argument
68 charset = m_pInfo->GetFontCharset(m_pInfo, hFont); in GetFontCharset()
84 DLLEXPORT void STDCALL FPDF_AddInstalledFont(void* mapper, const char* name, int charset) in FPDF_AddInstalledFont() argument
86 ((CFX_FontMapper*)mapper)->AddInstalledFont(name, charset); in FPDF_AddInstalledFont()
118 static void* DefaultMapFont(struct _FPDF_SYSFONTINFO* pThis, int weight, int bItalic, int charset, … in DefaultMapFont() argument
120 …return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->MapFont(weight, bItalic, charset, pitch_fa… in DefaultMapFont()
145 int charset; in DefaultGetFontCharset() local
146 if (!((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFontCharset(hFont, charset)) return 0; in DefaultGetFontCharset()
147 return charset; in DefaultGetFontCharset()