Home | History | Annotate | Download | only in fxge

Lines Matching defs:Charset

150   uint8_t charset;
178 [](const CODEPAGE_MAP& charset, uint16_t page) {
179 return charset.codepage < page;
182 return pCharmap->charset;
313 void CFX_FontMapper::AddInstalledFont(const ByteString& name, int charset) {
317 m_FaceArray.push_back({name, static_cast<uint32_t>(charset)});
543 int Charset = FX_CHARSET_ANSI;
545 Charset = GetCharsetFromCodePage(WindowCP);
547 Charset = FX_CHARSET_Symbol;
549 bool bCJK = (Charset == FX_CHARSET_ShiftJIS ||
550 Charset == FX_CHARSET_ChineseSimplified ||
551 Charset == FX_CHARSET_Hangul ||
552 Charset == FX_CHARSET_ChineseTraditional);
610 void* hFont = m_pFontInfo->MapFont(weight, bItalic, Charset, PitchFamily,
628 if (Charset == FX_CHARSET_Symbol) {
641 if (Charset == FX_CHARSET_ANSI) {
648 [Charset](const FaceData& face) {
649 return face.charset == static_cast<uint32_t>(Charset);
662 if (Charset == FX_CHARSET_Default)
663 m_pFontInfo->GetFontCharset(hFont, &Charset);
680 pSubstFont->m_Charset = Charset;