Home | History | Annotate | Download | only in src

Lines Matching defs:fonts

189 	config->fonts[set] = 0;
282 "Fontconfig warning: Directory/file mtime in the future. New fonts may not be detected.\n");
380 if (config->fonts[set])
381 FcFontSetDestroy (config->fonts[set]);
398 * Add cache to configuration, adding fonts and directories
414 * Add fonts
462 if (FcFontSetAdd (config->fonts[set], font))
508 printf ("adding fonts from %s\n", dir);
521 * and build the set of available fonts.
527 FcFontSet *fonts;
534 fonts = FcFontSetCreate ();
535 if (!fonts)
541 FcConfigSetFonts (config, fonts, FcSetSystem);
549 FcFontSetPrint (fonts);
563 if (!config->fonts[FcSetSystem])
801 return config->fonts[set];
806 FcFontSet *fonts,
809 if (config->fonts[set])
810 FcFontSetDestroy (config->fonts[set]);
811 config->fonts[set] = fonts;
2326 * "etc/fonts" in there as FONTCONFIG_PATH. Otherwise use the
2338 strcat ((char *) fontconfig_path, "\\etc\\fonts");
2357 #define FONTCONFIG_FILE "fonts.conf"
2458 strcat ((char *) fontconfig_path, "\\fonts");
2792 * Manage the application-specific fonts
2972 if (FcListPatternMatchAny (patterns->fonts[i], font))
3242 *name = FcStrdup (r->name && r->name[0] ? r->name : (const FcChar8 *) "fonts.conf");