Blame fontconfig-templates/fontconfig-priorities.txt

Packit 46375d
Fontconfig configuration file ordering
Packit 46375d
Packit 46375d
Fontconfig parses files in /etc/fonts/conf.d/ by filename order. The following
Packit 46375d
conventions are used to attibute the appropriate prefix to new files:
Packit 46375d
Packit 46375d
┌────────┬────────────────────────────────────────────────────────────────────┐
Packit 46375d
│ Prefix │ Description                                                        │
Packit 46375d
├────────┼────────────────────────────────────────────────────────────────────┤
Packit 46375d
│ 50 	 │ User override                                                      │
Packit 46375d
│ 51 	 │ Local system overrides                                             │
Packit 46375d
│ 55-59  │ High priority LGC (Latin Greek Cyrillic) fonts                     │
Packit 46375d
│        │ (distribution general-purpose default fonts)                       │
Packit 46375d
│ 60     │ Main LGC font list                                                 │
Packit 46375d
│ 61-64  │ Low priority LGC fonts                                             │
Packit 46375d
│ 65-69  │ Fonts with less common encodings, ending with fonts that provide   │
Packit 46375d
│        │ coverage of exotic unicode blocks at the expense of drawing        │
Packit 46375d
│        │ quality                                                            │
Packit 46375d
└────────┴────────────────────────────────────────────────────────────────────┘
Packit 46375d
Packit 46375d
Fontconfig uses an inverted priority scheme where files with lower-number
Packit 46375d
prefixes take precedence over files with higher-number prefixes.
Packit 46375d
Packit 46375d
It is almost always safe to use high numbers in the prefix range your font
Packit 46375d
belongs to, if you do not want to perturb distribution defaults.
Packit 46375d
Packit 46375d
See also /etc/fonts/conf.d/README
Packit 46375d
Packit 46375d
© 2007-2009 Nicolas Mailhot <nim at fedoraproject dot org>