2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3 <!-- /etc/fonts/fonts.conf file to configure system font access -->
8 IT WILL BE REPLACED WHEN FONTCONFIG IS UPDATED.
9 LOCAL CHANGES BELONG IN 'local.conf'.
11 The intent of this standard configuration file is to be adequate for
12 most environments. If you have a reasonably normal environment and
13 have found problems with this configuration, they are probably
14 things that others will also want fixed. Please submit any
15 problems to the fontconfig bugzilla system located at fontconfig.org
17 Note that the normal 'make install' procedure for fontconfig is to
18 replace any existing fonts.conf file with the new version. Place
19 any local customizations in local.conf which this file references.
24 <!-- Font directory list configured on @FC_FONTDATE@ -->
26 <dir>@FC_DEFAULT_FONTS@</dir>
31 Accept deprecated 'mono' alias, replacing it with 'monospace'
33 <match target="pattern">
34 <test qual="any" name="family">
37 <edit name="family" mode="assign">
38 <string>monospace</string>
43 Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
45 <match target="pattern">
46 <test qual="any" name="family">
47 <string>sans serif</string>
49 <edit name="family" mode="assign">
50 <string>sans-serif</string>
55 Accept deprecated 'sans' alias, replacing it with 'sans-serif'
57 <match target="pattern">
58 <test qual="any" name="family">
61 <edit name="family" mode="assign">
62 <string>sans-serif</string>
67 Mark common families with their generics so we'll get
75 <family>Bitstream Vera Serif</family>
76 <family>Times</family>
77 <family>Times New Roman</family>
78 <family>Nimbus Roman No9 L</family>
79 <family>Luxi Serif</family>
80 <family>Kochi Mincho</family>
81 <family>AR PL SungtiL GB</family>
82 <family>AR PL Mingti2L Big5</family>
83 <family>Baekmuk Batang</family>
84 <default><family>serif</family></default>
90 <family>Bitstream Vera Sans</family>
91 <family>Helvetica</family>
92 <family>Arial</family>
93 <family>Verdana</family>
94 <family>Nimbus Sans L</family>
95 <family>Luxi Sans</family>
96 <family>Kochi Gothic</family>
97 <family>AR PL KaitiM GB</family>
98 <family>AR PL KaitiM Big5</family>
99 <family>Baekmuk Dotum</family>
100 <family>SimSun</family>
101 <default><family>sans-serif</family></default>
107 <family>Bitstream Vera Sans Mono</family>
108 <family>Courier</family>
109 <family>Courier New</family>
110 <family>Andale Mono</family>
111 <family>Luxi Mono</family>
112 <family>Nimbus Mono L</family>
113 <family>NSimSun</family>
114 <default><family>monospace</family></default>
117 If the font still has no generic name, add sans-serif
119 <match target="pattern">
120 <test qual="all" name="family" compare="not_eq">
121 <string>sans-serif</string>
123 <test qual="all" name="family" compare="not_eq">
124 <string>serif</string>
126 <test qual="all" name="family" compare="not_eq">
127 <string>monospace</string>
129 <edit name="family" mode="append_last">
130 <string>sans-serif</string>
135 Some Asian fonts misadvertise themselves as monospaced when
136 in fact they are dual-spaced (half and full). This makes
137 FreeType very confused as it forces all widths to match.
138 Undo this magic by disabling the width forcing code -->
139 <match target="font">
140 <test name="family"><string>GulimChe</string></test>
141 <edit name="globaladvance"><bool>false</bool></edit>
144 <match target="font">
145 <test name="family"><string>DotumChe</string></test>
146 <edit name="globaladvance"><bool>false</bool></edit>
149 <match target="font">
150 <test name="family"><string>BatangChe</string></test>
151 <edit name="globaladvance"><bool>false</bool></edit>
154 <match target="font">
155 <test name="family"><string>GungsuhChe</string></test>
156 <edit name="globaladvance"><bool>false</bool></edit>
160 The Bitstream Vera fonts have GASP entries suggesting that hinting be
161 disabled below 8 ppem, but FreeType ignores those, preferring to use
162 the data found in the instructed hints. The initial Vera release
163 didn't include the right instructions in the 'prep' table. Fix this
164 by disabling hinting manually at smaller sizes (< 8ppem)
167 <match target="font">
169 <string>Bitstream Vera Sans</string>
171 <test name="pixelsize" compare="less">
174 <edit name="hinting">
179 <match target="font">
181 <string>Bitstream Vera Serif</string>
183 <test name="pixelsize" compare="less">
186 <edit name="hinting">
191 <match target="font">
193 <string>Bitstream Vera Sans Mono</string>
195 <test name="pixelsize" compare="less">
198 <edit name="hinting">
204 Load per-user customization file
206 <include ignore_missing="yes">~/.fonts.conf</include>
209 Load local system customization file
211 <include ignore_missing="yes">local.conf</include>
214 Alias well known font names to available TrueType fonts
217 <family>Times</family>
218 <accept><family>Times New Roman</family></accept>
221 <family>Helvetica</family>
222 <accept><family>Verdana</family></accept>
225 <family>Arial</family>
226 <accept><family>Verdana</family></accept>
229 <family>Courier</family>
230 <accept><family>Courier New</family></accept>
234 Check user preference to avoid bitmap fonts and replace
235 bitmap face names with equivalent scalable fonts
238 <match target="pattern">
239 <test name="prefer_outline">
243 <string>Helvetica</string>
245 <edit name="family" mode="prepend" binding="same">
246 <string>Arial</string>
250 <match target="pattern">
251 <test name="prefer_outline">
255 <string>Times</string>
257 <edit name="family" mode="prepend" binding="same">
258 <string>Times New Roman</string>
262 Provide required aliases for standard names
265 <family>serif</family>
267 <family>Bitstream Vera Serif</family>
268 <family>Times New Roman</family>
269 <family>Nimbus Roman No9 L</family>
270 <family>Luxi Serif</family>
271 <family>Times</family>
272 <family>Kochi Mincho</family>
273 <family>AR PL SungtiL GB</family>
274 <family>AR PL Mingti2L Big5</family>
275 <family>Baekmuk Batang</family>
279 <family>sans-serif</family>
281 <family>Bitstream Vera Sans</family>
282 <family>Verdana</family>
283 <family>Nimbus Sans L</family>
284 <family>Luxi Sans</family>
285 <family>Arial</family>
286 <family>Helvetica</family>
287 <family>Kochi Gothic</family>
288 <family>AR PL KaitiM GB</family>
289 <family>AR PL KaitiM Big5</family>
290 <family>Baekmuk Dotum</family>
291 <family>SimSun</family>
295 <family>monospace</family>
297 <family>Bitstream Vera Sans Mono</family>
298 <family>Andale Mono</family>
299 <family>Courier New</family>
300 <family>Luxi Mono</family>
301 <family>Nimbus Mono L</family>
302 <family>Kochi Gothic</family>
303 <family>AR PL KaitiM GB</family>
304 <family>Baekmuk Dotum</family>
309 Artificial oblique for fonts without an italic or oblique version
312 <match target="font">
313 <!-- check to see if the font is roman -->
317 <!-- check to see if the pattern requested non-roman -->
318 <test target="pattern" name="slant" compare="not_eq">
321 <!-- multiply the matrix to slant the font -->
322 <edit name="matrix" mode="assign">
325 <matrix><double>1</double><double>0.2</double>
326 <double>0</double><double>1</double>
330 <!-- pretend the font is oblique now -->
331 <edit name="slant" mode="assign">
332 <const>oblique</const>
338 These are the default Unicode chars that are expected to be blank
339 in fonts. All other blank chars are assumed to be broken and
340 won't appear in the resulting charsets
343 <int>0x0020</int> <!-- SPACE -->
344 <int>0x00a0</int> <!-- NO-BREAK SPACE -->
345 <int>0x00ad</int> <!-- SOFT HYPHEN -->
346 <int>0x115f</int> <!-- HANGUL CHOSEONG FILLER -->
347 <int>0x1160</int> <!-- HANGUL JUNGSEONG FILLER -->
348 <int>0x1680</int> <!-- OGHAM SPACE MARK -->
349 <int>0x2000</int> <!-- EN QUAD -->
350 <int>0x2001</int> <!-- EM QUAD -->
351 <int>0x2002</int> <!-- EN SPACE -->
352 <int>0x2003</int> <!-- EM SPACE -->
353 <int>0x2004</int> <!-- THREE-PER-EM SPACE -->
354 <int>0x2005</int> <!-- FOUR-PER-EM SPACE -->
355 <int>0x2006</int> <!-- SIX-PER-EM SPACE -->
356 <int>0x2007</int> <!-- FIGURE SPACE -->
357 <int>0x2008</int> <!-- PUNCTUATION SPACE -->
358 <int>0x2009</int> <!-- THIN SPACE -->
359 <int>0x200a</int> <!-- HAIR SPACE -->
360 <int>0x200b</int> <!-- ZERO WIDTH SPACE -->
361 <int>0x200c</int> <!-- ZERO WIDTH NON-JOINER -->
362 <int>0x200d</int> <!-- ZERO WIDTH JOINER -->
363 <int>0x200e</int> <!-- LEFT-TO-RIGHT MARK -->
364 <int>0x200f</int> <!-- RIGHT-TO-LEFT MARK -->
365 <int>0x2028</int> <!-- LINE SEPARATOR -->
366 <int>0x2029</int> <!-- PARAGRAPH SEPARATOR -->
367 <int>0x202a</int> <!-- LEFT-TO-RIGHT EMBEDDING -->
368 <int>0x202b</int> <!-- RIGHT-TO-LEFT EMBEDDING -->
369 <int>0x202c</int> <!-- POP DIRECTIONAL FORMATTING -->
370 <int>0x202d</int> <!-- LEFT-TO-RIGHT OVERRIDE -->
371 <int>0x202e</int> <!-- RIGHT-TO-LEFT OVERRIDE -->
372 <int>0x202f</int> <!-- NARROW NO-BREAK SPACE -->
373 <int>0x205f</int> <!-- MEDIUM MATHEMATICAL SPACE -->
374 <int>0x2060</int> <!-- WORD JOINER -->
375 <int>0x2061</int> <!-- FUNCTION APPLICATION -->
376 <int>0x2062</int> <!-- INVISIBLE TIMES -->
377 <int>0x2063</int> <!-- INVISIBLE SEPARATOR -->
378 <int>0x206A</int> <!-- INHIBIT SYMMETRIC SWAPPING -->
379 <int>0x206B</int> <!-- ACTIVATE SYMMETRIC SWAPPING -->
380 <int>0x206C</int> <!-- INHIBIT ARABIC FORM SHAPING -->
381 <int>0x206D</int> <!-- ACTIVATE ARABIC FORM SHAPING -->
382 <int>0x206E</int> <!-- NATIONAL DIGIT SHAPES -->
383 <int>0x206F</int> <!-- NOMINAL DIGIT SHAPES -->
384 <int>0x3000</int> <!-- IDEOGRAPHIC SPACE -->
385 <int>0x3164</int> <!-- HANGUL FILLER -->
386 <int>0xfeff</int> <!-- ZERO WIDTH NO-BREAK SPACE -->
387 <int>0xffa0</int> <!-- HALFWIDTH HANGUL FILLER -->
388 <int>0xfff9</int> <!-- INTERLINEAR ANNOTATION ANCHOR -->
389 <int>0xfffa</int> <!-- INTERLINEAR ANNOTATION SEPARATOR -->
390 <int>0xfffb</int> <!-- INTERLINEAR ANNOTATION TERMINATOR -->
393 Rescan configuration every 30 seconds when FcFontSetList is called