Initial commit
[profile/ivi/fontpackages.git] / fontconfig-templates / fontconfig-priorities.txt
1 Fontconfig configuration file ordering
2
3 Fontconfig parses files in /etc/fonts/conf.d/ by filename order. The following
4 conventions are used to attibute the appropriate prefix to new files:
5
6 ┌────────┬────────────────────────────────────────────────────────────────────┐
7 │ Prefix │ Description                                                        │
8 ├────────┼────────────────────────────────────────────────────────────────────┤
9 │ 50   │ User override                                                      │
10 │ 51   │ Local system overrides                                             │
11 │ 55-59  │ High priority LGC (Latin Greek Cyrillic) fonts                     │
12 │        │ (distribution general-purpose default fonts)                       │
13 │ 60     │ Main LGC font list                                                 │
14 │ 61-64  │ Low priority LGC fonts                                             │
15 │ 65-69  │ Fonts with less common encodings, ending with fonts that provide   │
16 │        │ coverage of exotic unicode blocks at the expense of drawing        │
17 │        │ quality                                                            │
18 └────────┴────────────────────────────────────────────────────────────────────┘
19
20 Fontconfig uses an inverted priority scheme where files with lower-number
21 prefixes take precedence over files with higher-number prefixes.
22
23 It is almost always safe to use high numbers in the prefix range your font
24 belongs to, if you do not want to perturb distribution defaults.
25
26 See also /etc/fonts/conf.d/README
27
28 © 2007-2009 Nicolas Mailhot <nim at fedoraproject dot org>