Searched refs:m_Charsets (Results 1 – 3 of 3) sorted by relevance
83 FX_DWORD m_Charsets; variable96 FX_DWORD m_Charsets; variable
1265 m_Charsets = 0; in CFontFileFaceInfo()1418 pInfo->m_Charsets = 0; in ReportFace()1425 pInfo->m_Charsets |= CHARSET_FLAG_SHIFTJIS; in ReportFace()1429 pInfo->m_Charsets |= CHARSET_FLAG_GB; in ReportFace()1433 pInfo->m_Charsets |= CHARSET_FLAG_BIG5; in ReportFace()1437 pInfo->m_Charsets |= CHARSET_FLAG_KOREAN; in ReportFace()1441 pInfo->m_Charsets |= CHARSET_FLAG_SYMBOL; in ReportFace()1445 pInfo->m_Charsets |= CHARSET_FLAG_ANSI; in ReportFace()
190 if (!(pFont->m_Charsets & charset_flag) && charset != FXFONT_DEFAULT_CHARSET) { in FindFont()