Searched refs:pwsFamily (Results 1 – 2 of 2) sorted by relevance
116 if (pParams->pwsFamily) { in MatchDefaultFont()117 if (FXSYS_wcsicmp(pParams->pwsFamily, font.wsFontFace)) in MatchDefaultFont()140 if (pParams->pwsFamily) { in MatchDefaultFont()141 if (FXSYS_wcsicmp(pParams->pwsFamily, font.wsFontFace) == 0) in MatchDefaultFont()229 params.pwsFamily = pszFontFamily; in FindFont()241 params.pwsFamily = nullptr; in FindFont()
31 const wchar_t* pwsFamily; member