Lines Matching refs:fFonts
226 FontFileInfo& file = self->fCurrentFamily->fFonts.push_back();
266 self->fCurrentFontInfo = &(*fallbackFamily)->fFonts.emplace_back(file);
267 self->fCurrentFamily->fFonts.pop_back();
378 for (int i = 0; i < targetFamily->fFonts.count(); i++) {
379 if (targetFamily->fFonts[i].fWeight == weight) {
380 family->fFonts.push_back(targetFamily->fFonts[i]);
419 FontFileInfo& newFileInfo = currentFamily.fFonts.push_back();
433 if (currentFamily.fFonts.count() > 1 && currentFamily.fVariant != prevVariant) {
443 showWarning = (currentFamily.fFonts.count() > 1);