Home | History | Annotate | Download | only in font

Lines Matching refs:FindFont

218 const FX_FONTDESCRIPTOR* CFGAS_FontMgr::FindFont(const wchar_t* pszFontFamily,
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);
1027 const FX_FONTDESCRIPTOR* pFD = FindFont(pszFontFamily, dwFontStyles, false,
1031 FindFont(nullptr, dwFontStyles, false, wCodePage, wBitField, wUnicode);
1103 FindFont(pszFontFamily, dwFontStyles, true, wCodePage, 999, 0);
1105 pFD = FindFont(pszFontFamily, dwFontStyles, false, wCodePage, 999, 0);