Home | History | Annotate | Download | only in fc-match

Lines Matching defs:font

91     fprintf (file, _("List best font matching [pattern]\n"));
96 fprintf (file, _(" -v, --verbose display entire font pattern verbosely\n"));
97 fprintf (file, _(" -b, --brief display entire font pattern briefly\n"));
99 fprintf (file, _(" -V, --version display font config version and exit\n"));
104 fprintf (file, _(" -v (verbose) display entire font pattern verbosely\n"));
105 fprintf (file, _(" -b (brief) display entire font pattern briefly\n"));
107 fprintf (file, _(" -V (version) display font config version and exit\n"));
238 FcPattern *font;
240 font = FcPatternFilter (fs->fonts[j], os);
246 FcPatternDel (font, FC_CHARSET);
247 FcPatternDel (font, FC_LANG);
249 FcPatternPrint (font);
255 s = FcPatternFormat (font, format);
263 FcPatternDestroy (font);