Home | History | Annotate | Download | only in include

Lines Matching defs:fonts

57 #define FC_CONFIG_PATH "fonts.conf"
251 #define FcFontSetFonts(fs) FcPointerMember(fs,fonts,FcPattern *)
253 #define FcFontSetFont(fs,i) (FcIsEncodedOffset((fs)->fonts) ? \
257 fs->fonts[i])
543 FcStrSet *configDirs; /* directories to scan for fonts */
545 * List of directories containing fonts,
560 * Substitution instructions for patterns and fonts;
565 * 1.. substitutions for fonts
566 * 2.. substitutions for scanned fonts
578 * The set of fonts loaded from the listed directories; the
580 * except in the case of identical matches in which case earlier fonts
583 FcFontSet *fonts[FcSetApplication + 1];
730 FcFontSet *fonts,