Home | History | Annotate | Download | only in font

Lines Matching defs:wCodePage

124     if (pParams->wCodePage != 0xFFFF) {
125 if (GetCodePageFromCharset(font.uCharSet) != pParams->wCodePage)
221 uint16_t wCodePage,
228 params.wCodePage = wCodePage;
334 uint16_t FX_GetCodePageBit(uint16_t wCodePage) {
336 if (g_CodePages[i] == wCodePage)
711 uint16_t wCodePage,
718 CalcPenalty(pFont.get(), wCodePage, dwFontStyles, FontName, wcUnicode);
729 uint16_t wCodePage,
777 uint16_t wBit = (wCodePage == FX_CODEPAGE_DefANSI || wCodePage == 0xFFFF)
779 : FX_GetCodePageBit(wCodePage);
952 uint16_t wCodePage,
955 ByteString bsHash = ByteString::Format("%d, %d", wCodePage, dwFontStyles);
964 FindFont(pszFontFamily, dwFontStyles, true, wCodePage, 999, 0);
966 pFD = FindFont(nullptr, dwFontStyles, true, wCodePage, 999, 0);
968 pFD = FindFont(nullptr, dwFontStyles, false, wCodePage, 999, 0);
973 CFGAS_GEFont::LoadFont(pFD->wsFontFace, dwFontStyles, wCodePage, this);
980 MatchFonts(sortedFontInfos, wCodePage, dwFontStyles,
1010 uint16_t wCodePage = x ? x->wCodePage : 0xFFFF;
1013 if (wCodePage == 0xFFFF) {
1015 ByteString::Format("%d, %d, %d", wCodePage, wBitField, dwFontStyles);
1017 bsHash = ByteString::Format("%d, %d", wCodePage, dwFontStyles);
1028 wCodePage, wBitField, wUnicode);
1031 FindFont(nullptr, dwFontStyles, false, wCodePage, wBitField, wUnicode);
1052 MatchFonts(sortedFontInfos, wCodePage, dwFontStyles,
1093 uint16_t wCodePage) {
1095 ByteString bsHash = ByteString::Format("%d, %d", wCodePage, dwFontStyles);
1103 FindFont(pszFontFamily, dwFontStyles, true, wCodePage, 999, 0);
1105 pFD = FindFont(pszFontFamily, dwFontStyles, false, wCodePage, 999, 0);
1110 CFGAS_GEFont::LoadFont(pFD->wsFontFace, dwFontStyles, wCodePage, this);
1118 return GetFontByCodePage(wCodePage, dwFontStyles, pszFontFamily);