]> git.wh0rd.org - fontconfig.git/blame - fonts.conf.in
Add share/doc directory. Add Fc*.3 man pages.
[fontconfig.git] / fonts.conf.in
CommitLineData
24330d27
KP
1<?xml version="1.0"?>
2<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
302e07f1 3<!-- /etc/fonts/fonts.conf file to configure system font access -->
24330d27
KP
4<fontconfig>
5
a6531d8c 6<!--
302e07f1
KP
7 DO NOT EDIT THIS FILE.
8 IT WILL BE REPLACED WHEN FONTCONFIG IS UPDATED.
9 LOCAL CHANGES BELONG IN 'local.conf'.
10
a6531d8c
KP
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
ef82cce1
KP
14 things that others will also want fixed. Please submit any
15 problems to the fontconfig bugzilla system located at fontconfig.org
a6531d8c 16
302e07f1 17 Note that the normal 'make install' procedure for fontconfig is to
0ce819b6
KP
18 replace any existing fonts.conf file with the new version. Place
19 any local customizations in local.conf which this file references.
20
a6531d8c
KP
21 Keith Packard
22-->
23
20fa60c9 24<!-- Font directory list configured on @FC_FONTDATE@ -->
24330d27 25
20fa60c9
KP
26 <dir>@FC_DEFAULT_FONTS@</dir>
27 @FC_FONTPATH@
a6531d8c 28 <dir>~/.fonts</dir>
24330d27 29
24330d27
KP
30<!--
31 Accept deprecated 'mono' alias, replacing it with 'monospace'
32-->
33 <match target="pattern">
34 <test qual="any" name="family">
35 <string>mono</string>
36 </test>
37 <edit name="family" mode="assign">
38 <string>monospace</string>
39 </edit>
40 </match>
41
fa244f3d
KP
42<!--
43 Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
44-->
45 <match target="pattern">
46 <test qual="any" name="family">
47 <string>sans serif</string>
48 </test>
49 <edit name="family" mode="assign">
50 <string>sans-serif</string>
51 </edit>
52 </match>
53
24330d27
KP
54<!--
55 Accept deprecated 'sans' alias, replacing it with 'sans-serif'
56-->
57 <match target="pattern">
58 <test qual="any" name="family">
59 <string>sans</string>
60 </test>
61 <edit name="family" mode="assign">
62 <string>sans-serif</string>
63 </edit>
64 </match>
65
66<!--
67 Mark common families with their generics so we'll get
68 something reasonable
69-->
70
71<!--
72 Serif faces
73 -->
74 <alias>
b1e98ed9 75 <family>Bitstream Vera Serif</family>
24330d27 76 <family>Times</family>
24330d27 77 <family>Times New Roman</family>
fb9545b1
KP
78 <family>Nimbus Roman No9 L</family>
79 <family>Luxi Serif</family>
06a48f20
KP
80 <family>Kochi Mincho</family>
81 <family>AR PL SungtiL GB</family>
899e3526 82 <family>AR PL Mingti2L Big5</family>
06a48f20 83 <family>Baekmuk Batang</family>
24330d27
KP
84 <default><family>serif</family></default>
85 </alias>
86<!--
87 Sans-serif faces
88 -->
89 <alias>
b1e98ed9 90 <family>Bitstream Vera Sans</family>
24330d27 91 <family>Helvetica</family>
24330d27 92 <family>Arial</family>
24330d27 93 <family>Verdana</family>
fb9545b1
KP
94 <family>Nimbus Sans L</family>
95 <family>Luxi Sans</family>
06a48f20
KP
96 <family>Kochi Gothic</family>
97 <family>AR PL KaitiM GB</family>
899e3526 98 <family>AR PL KaitiM Big5</family>
06a48f20 99 <family>Baekmuk Dotum</family>
899e3526 100 <family>SimSun</family>
24330d27
KP
101 <default><family>sans-serif</family></default>
102 </alias>
103<!--
104 Monospace faces
105 -->
106 <alias>
b1e98ed9 107 <family>Bitstream Vera Sans Mono</family>
24330d27 108 <family>Courier</family>
24330d27 109 <family>Courier New</family>
24330d27 110 <family>Andale Mono</family>
fb9545b1 111 <family>Luxi Mono</family>
06a48f20 112 <family>Nimbus Mono L</family>
899e3526 113 <family>NSimSun</family>
24330d27
KP
114 <default><family>monospace</family></default>
115 </alias>
116<!--
117 If the font still has no generic name, add sans-serif
118 -->
119 <match target="pattern">
120 <test qual="all" name="family" compare="not_eq">
121 <string>sans-serif</string>
122 </test>
123 <test qual="all" name="family" compare="not_eq">
124 <string>serif</string>
125 </test>
126 <test qual="all" name="family" compare="not_eq">
127 <string>monospace</string>
128 </test>
129 <edit name="family" mode="append_last">
130 <string>sans-serif</string>
131 </edit>
132 </match>
133
cc168fa6
KP
134<!--
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>
142 </match>
143
144 <match target="font">
145 <test name="family"><string>DotumChe</string></test>
146 <edit name="globaladvance"><bool>false</bool></edit>
147 </match>
148
df43986c
KP
149 <match target="font">
150 <test name="family"><string>BatangChe</string></test>
151 <edit name="globaladvance"><bool>false</bool></edit>
152 </match>
153
154 <match target="font">
155 <test name="family"><string>GungsuhChe</string></test>
156 <edit name="globaladvance"><bool>false</bool></edit>
157 </match>
158
b1e98ed9
KP
159<!--
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)
165 -->
166
167 <match target="font">
168 <test name="family">
169 <string>Bitstream Vera Sans</string>
170 </test>
171 <test name="pixelsize" compare="less">
172 <double>7.5</double>
173 </test>
174 <edit name="hinting">
175 <bool>false</bool>
176 </edit>
177 </match>
178
179 <match target="font">
180 <test name="family">
181 <string>Bitstream Vera Serif</string>
182 </test>
183 <test name="pixelsize" compare="less">
184 <double>7.5</double>
185 </test>
186 <edit name="hinting">
187 <bool>false</bool>
188 </edit>
189 </match>
190
191 <match target="font">
192 <test name="family">
193 <string>Bitstream Vera Sans Mono</string>
194 </test>
195 <test name="pixelsize" compare="less">
196 <double>7.5</double>
197 </test>
198 <edit name="hinting">
199 <bool>false</bool>
200 </edit>
201 </match>
202
24330d27
KP
203<!--
204 Load per-user customization file
205-->
206 <include ignore_missing="yes">~/.fonts.conf</include>
207
938bc633
KP
208<!--
209 Load local system customization file
210-->
211 <include ignore_missing="yes">local.conf</include>
212
24330d27 213<!--
6d3a90a4 214 Alias well known Type1 font names to metric equivalent TrueType fonts
24330d27
KP
215-->
216 <alias>
217 <family>Times</family>
fb9545b1 218 <accept><family>Times New Roman</family></accept>
24330d27
KP
219 </alias>
220 <alias>
221 <family>Helvetica</family>
6d3a90a4 222 <accept><family>Arial</family></accept>
24330d27
KP
223 </alias>
224 <alias>
225 <family>Courier</family>
fb9545b1 226 <accept><family>Courier New</family></accept>
24330d27
KP
227 </alias>
228
229<!--
230 Provide required aliases for standard names
231-->
232 <alias>
233 <family>serif</family>
234 <prefer>
b1e98ed9 235 <family>Bitstream Vera Serif</family>
24330d27
KP
236 <family>Times New Roman</family>
237 <family>Nimbus Roman No9 L</family>
238 <family>Luxi Serif</family>
239 <family>Times</family>
6d3a90a4 240 <family>Frank Ruehl</family>
06a48f20
KP
241 <family>Kochi Mincho</family>
242 <family>AR PL SungtiL GB</family>
899e3526 243 <family>AR PL Mingti2L Big5</family>
06a48f20 244 <family>Baekmuk Batang</family>
24330d27
KP
245 </prefer>
246 </alias>
247 <alias>
248 <family>sans-serif</family>
249 <prefer>
b1e98ed9 250 <family>Bitstream Vera Sans</family>
24330d27
KP
251 <family>Verdana</family>
252 <family>Nimbus Sans L</family>
253 <family>Luxi Sans</family>
254 <family>Arial</family>
255 <family>Helvetica</family>
6d3a90a4 256 <family>Nachlieli</family>
06a48f20
KP
257 <family>Kochi Gothic</family>
258 <family>AR PL KaitiM GB</family>
899e3526 259 <family>AR PL KaitiM Big5</family>
06a48f20 260 <family>Baekmuk Dotum</family>
899e3526 261 <family>SimSun</family>
24330d27
KP
262 </prefer>
263 </alias>
264 <alias>
265 <family>monospace</family>
266 <prefer>
b1e98ed9 267 <family>Bitstream Vera Sans Mono</family>
24330d27
KP
268 <family>Andale Mono</family>
269 <family>Courier New</family>
24330d27 270 <family>Luxi Mono</family>
06a48f20 271 <family>Nimbus Mono L</family>
6d3a90a4 272 <family>Miriam Mono</family>
06a48f20
KP
273 <family>Kochi Gothic</family>
274 <family>AR PL KaitiM GB</family>
275 <family>Baekmuk Dotum</family>
24330d27
KP
276 </prefer>
277 </alias>
278
c689ec22
KP
279<!--
280 Artificial oblique for fonts without an italic or oblique version
281 -->
282
283 <match target="font">
284 <!-- check to see if the font is roman -->
938bc633 285 <test name="slant">
c689ec22
KP
286 <const>roman</const>
287 </test>
288 <!-- check to see if the pattern requested non-roman -->
938bc633 289 <test target="pattern" name="slant" compare="not_eq">
c689ec22
KP
290 <const>roman</const>
291 </test>
292 <!-- multiply the matrix to slant the font -->
293 <edit name="matrix" mode="assign">
294 <times>
295 <name>matrix</name>
ddde1797 296 <matrix><double>1</double><double>0.2</double>
c689ec22
KP
297 <double>0</double><double>1</double>
298 </matrix>
299 </times>
300 </edit>
301 <!-- pretend the font is oblique now -->
302 <edit name="slant" mode="assign">
303 <const>oblique</const>
304 </edit>
305 </match>
306
fb9545b1 307 <config>
24330d27
KP
308<!--
309 These are the default Unicode chars that are expected to be blank
310 in fonts. All other blank chars are assumed to be broken and
311 won't appear in the resulting charsets
312 -->
fb9545b1 313 <blank>
9cc93576
KP
314 <int>0x0020</int> <!-- SPACE -->
315 <int>0x00a0</int> <!-- NO-BREAK SPACE -->
316 <int>0x00ad</int> <!-- SOFT HYPHEN -->
317 <int>0x115f</int> <!-- HANGUL CHOSEONG FILLER -->
318 <int>0x1160</int> <!-- HANGUL JUNGSEONG FILLER -->
319 <int>0x1680</int> <!-- OGHAM SPACE MARK -->
320 <int>0x2000</int> <!-- EN QUAD -->
321 <int>0x2001</int> <!-- EM QUAD -->
322 <int>0x2002</int> <!-- EN SPACE -->
323 <int>0x2003</int> <!-- EM SPACE -->
324 <int>0x2004</int> <!-- THREE-PER-EM SPACE -->
325 <int>0x2005</int> <!-- FOUR-PER-EM SPACE -->
326 <int>0x2006</int> <!-- SIX-PER-EM SPACE -->
327 <int>0x2007</int> <!-- FIGURE SPACE -->
328 <int>0x2008</int> <!-- PUNCTUATION SPACE -->
329 <int>0x2009</int> <!-- THIN SPACE -->
330 <int>0x200a</int> <!-- HAIR SPACE -->
331 <int>0x200b</int> <!-- ZERO WIDTH SPACE -->
332 <int>0x200c</int> <!-- ZERO WIDTH NON-JOINER -->
333 <int>0x200d</int> <!-- ZERO WIDTH JOINER -->
334 <int>0x200e</int> <!-- LEFT-TO-RIGHT MARK -->
335 <int>0x200f</int> <!-- RIGHT-TO-LEFT MARK -->
336 <int>0x2028</int> <!-- LINE SEPARATOR -->
337 <int>0x2029</int> <!-- PARAGRAPH SEPARATOR -->
338 <int>0x202a</int> <!-- LEFT-TO-RIGHT EMBEDDING -->
339 <int>0x202b</int> <!-- RIGHT-TO-LEFT EMBEDDING -->
340 <int>0x202c</int> <!-- POP DIRECTIONAL FORMATTING -->
341 <int>0x202d</int> <!-- LEFT-TO-RIGHT OVERRIDE -->
342 <int>0x202e</int> <!-- RIGHT-TO-LEFT OVERRIDE -->
343 <int>0x202f</int> <!-- NARROW NO-BREAK SPACE -->
344 <int>0x205f</int> <!-- MEDIUM MATHEMATICAL SPACE -->
345 <int>0x2060</int> <!-- WORD JOINER -->
346 <int>0x2061</int> <!-- FUNCTION APPLICATION -->
347 <int>0x2062</int> <!-- INVISIBLE TIMES -->
348 <int>0x2063</int> <!-- INVISIBLE SEPARATOR -->
ce50587c
KP
349 <int>0x206A</int> <!-- INHIBIT SYMMETRIC SWAPPING -->
350 <int>0x206B</int> <!-- ACTIVATE SYMMETRIC SWAPPING -->
351 <int>0x206C</int> <!-- INHIBIT ARABIC FORM SHAPING -->
352 <int>0x206D</int> <!-- ACTIVATE ARABIC FORM SHAPING -->
353 <int>0x206E</int> <!-- NATIONAL DIGIT SHAPES -->
354 <int>0x206F</int> <!-- NOMINAL DIGIT SHAPES -->
9cc93576 355 <int>0x3000</int> <!-- IDEOGRAPHIC SPACE -->
f9ad97b0 356 <int>0x3164</int> <!-- HANGUL FILLER -->
9cc93576 357 <int>0xfeff</int> <!-- ZERO WIDTH NO-BREAK SPACE -->
10bac9b5
KP
358 <int>0xffa0</int> <!-- HALFWIDTH HANGUL FILLER -->
359 <int>0xfff9</int> <!-- INTERLINEAR ANNOTATION ANCHOR -->
360 <int>0xfffa</int> <!-- INTERLINEAR ANNOTATION SEPARATOR -->
3d72cadd 361 <int>0xfffb</int> <!-- INTERLINEAR ANNOTATION TERMINATOR -->
fb9545b1
KP
362 </blank>
363<!--
364 Rescan configuration every 30 seconds when FcFontSetList is called
365 -->
366 <rescan>
367 <int>30</int>
368 </rescan>
369 </config>
24330d27
KP
370
371</fontconfig>