Home | History | Annotate | Download | only in ports

Lines Matching full:font_set

352 // Find matching font from |font_set| for the given font family.
353 FcPattern* MatchFont(FcFontSet* font_set,
359 for (int i = 0; i < font_set->nfont; ++i) {
360 FcPattern* current = font_set->fonts[i];
506 FcFontSet* font_set = FcFontSort(0, pattern, 0, 0, &result);
507 if (!font_set) {
512 FcPattern* match = MatchFont(font_set, post_config_family, familyStr);
515 FcFontSetDestroy(font_set);
525 FcFontSetDestroy(font_set);
531 FcFontSetDestroy(font_set);
537 FcFontSetDestroy(font_set);
541 FcFontSetDestroy(font_set);
663 FcFontSet* font_set = FcFontSort(0, pattern, 0, 0, &result);
664 if (!font_set) {
669 FcPattern* match = MatchFont(font_set, post_config_family, familyStr);
672 FcFontSetDestroy(font_set);
681 FcFontSetDestroy(font_set);
687 FcFontSetDestroy(font_set);
693 FcFontSetDestroy(font_set);
697 FcFontSetDestroy(font_set);
714 FcPattern** match = MatchFont(font_set, post_config_family, &count);
717 FcFontSetDestroy(font_set);