Home | History | Annotate | Download | only in qt

Lines Matching refs:appFontSet

1160     FcFontSet* appFontSet = FcConfigGetFonts(0, FcSetApplication);
1161 if (appFontSet && numFonts >= 0 && appFontSet->nfont == numFonts)
1188 appFontSet = FcConfigGetFonts(config, FcSetApplication);
1189 numFonts = appFontSet->nfont;