Lines Matching refs:nCharset
67 CFX_ByteString GetNativeTrueTypeFont(int32_t nCharset) override;
68 FX_BOOL FindNativeTrueTypeFont(int32_t nCharset,
72 uint8_t nCharset) override;
89 void SetCharSet(int32_t nCharSet) override { m_nCharSet = nCharSet; }
143 CFX_ByteString CFX_SystemHandler::GetNativeTrueTypeFont(int32_t nCharset) {
148 int32_t nCharset,
186 uint8_t nCharset) {
189 pFXFont->LoadSubst(sFontFaceName, TRUE, 0, 0, 0, CharSet2CP(nCharset),
191 CPDF_Font* pFont = pDoc->AddFont(pFXFont, nCharset, FALSE);