]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - setup/data/osx/NetRadiant.app/Contents/Resources/etc/fonts/fonts.conf
Eclipse .project files.
[xonotic/netradiant.git] / setup / data / osx / NetRadiant.app / Contents / Resources / etc / fonts / fonts.conf
1 <?xml version="1.0"?>
2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3 <fontconfig>
4
5 <!--
6   Adjusted FontConfig for GtkRadiant.app. Include only paths which Mac users
7   will more than likely have.
8 -->
9
10 <!--
11   Font directory list
12 -->
13         <dir>/usr/X11/lib/X11/fonts</dir>
14         <dir>/Library/Fonts</dir>
15         <dir>/System/Library/Fonts</dir>
16         <dir prefix="xdg">fonts</dir>
17
18 <!--
19   Accept deprecated 'mono' alias, replacing it with 'monospace'
20 -->
21         <match target="pattern">
22                 <test qual="any" name="family">
23                         <string>mono</string>
24                 </test>
25                 <edit name="family" mode="assign" binding="same">
26                         <string>monospace</string>
27                 </edit>
28         </match>
29
30 <!--
31   Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
32 -->
33         <match target="pattern">
34                 <test qual="any" name="family">
35                         <string>sans serif</string>
36                 </test>
37                 <edit name="family" mode="assign" binding="same">
38                         <string>sans-serif</string>
39                 </edit>
40         </match>
41
42 <!--
43   Accept deprecated 'sans' alias, replacing it with 'sans-serif'
44 -->
45         <match target="pattern">
46                 <test qual="any" name="family">
47                         <string>sans</string>
48                 </test>
49                 <edit name="family" mode="assign" binding="same">
50                         <string>sans-serif</string>
51                 </edit>
52         </match>
53
54 <!-- Font cache directory list -->
55         <cachedir prefix="xdg">fontconfig</cachedir>
56
57         <config>
58 <!--
59   These are the default Unicode chars that are expected to be blank
60   in fonts.  All other blank chars are assumed to be broken and
61   won't appear in the resulting charsets
62  -->
63                 <blank>
64                         <int>0x0020</int>       <!-- SPACE -->
65                         <int>0x00A0</int>       <!-- NO-BREAK SPACE -->
66                         <int>0x00AD</int>       <!-- SOFT HYPHEN -->
67                         <int>0x034F</int>       <!-- COMBINING GRAPHEME JOINER -->
68                         <int>0x0600</int>       <!-- ARABIC NUMBER SIGN -->
69                         <int>0x0601</int>       <!-- ARABIC SIGN SANAH -->
70                         <int>0x0602</int>       <!-- ARABIC FOOTNOTE MARKER -->
71                         <int>0x0603</int>       <!-- ARABIC SIGN SAFHA -->
72                         <int>0x06DD</int>       <!-- ARABIC END OF AYAH -->
73                         <int>0x070F</int>       <!-- SYRIAC ABBREVIATION MARK -->
74                         <int>0x115F</int>       <!-- HANGUL CHOSEONG FILLER -->
75                         <int>0x1160</int>       <!-- HANGUL JUNGSEONG FILLER -->
76                         <int>0x1680</int>       <!-- OGHAM SPACE MARK -->
77                         <int>0x17B4</int>       <!-- KHMER VOWEL INHERENT AQ -->
78                         <int>0x17B5</int>       <!-- KHMER VOWEL INHERENT AA -->
79                         <int>0x180E</int>       <!-- MONGOLIAN VOWEL SEPARATOR -->
80                         <int>0x2000</int>       <!-- EN QUAD -->
81                         <int>0x2001</int>       <!-- EM QUAD -->
82                         <int>0x2002</int>       <!-- EN SPACE -->
83                         <int>0x2003</int>       <!-- EM SPACE -->
84                         <int>0x2004</int>       <!-- THREE-PER-EM SPACE -->
85                         <int>0x2005</int>       <!-- FOUR-PER-EM SPACE -->
86                         <int>0x2006</int>       <!-- SIX-PER-EM SPACE -->
87                         <int>0x2007</int>       <!-- FIGURE SPACE -->
88                         <int>0x2008</int>       <!-- PUNCTUATION SPACE -->
89                         <int>0x2009</int>       <!-- THIN SPACE -->
90                         <int>0x200A</int>       <!-- HAIR SPACE -->
91                         <int>0x200B</int>       <!-- ZERO WIDTH SPACE -->
92                         <int>0x200C</int>       <!-- ZERO WIDTH NON-JOINER -->
93                         <int>0x200D</int>       <!-- ZERO WIDTH JOINER -->
94                         <int>0x200E</int>       <!-- LEFT-TO-RIGHT MARK -->
95                         <int>0x200F</int>       <!-- RIGHT-TO-LEFT MARK -->
96                         <int>0x2028</int>       <!-- LINE SEPARATOR -->
97                         <int>0x2029</int>       <!-- PARAGRAPH SEPARATOR -->
98                         <int>0x202A</int>       <!-- LEFT-TO-RIGHT EMBEDDING -->
99                         <int>0x202B</int>       <!-- RIGHT-TO-LEFT EMBEDDING -->
100                         <int>0x202C</int>       <!-- POP DIRECTIONAL FORMATTING -->
101                         <int>0x202D</int>       <!-- LEFT-TO-RIGHT OVERRIDE -->
102                         <int>0x202E</int>       <!-- RIGHT-TO-LEFT OVERRIDE -->
103                         <int>0x202F</int>       <!-- NARROW NO-BREAK SPACE -->
104                         <int>0x205F</int>       <!-- MEDIUM MATHEMATICAL SPACE -->
105                         <int>0x2060</int>       <!-- WORD JOINER -->
106                         <int>0x2061</int>       <!-- FUNCTION APPLICATION -->
107                         <int>0x2062</int>       <!-- INVISIBLE TIMES -->
108                         <int>0x2063</int>       <!-- INVISIBLE SEPARATOR -->
109                         <int>0x206A</int>       <!-- INHIBIT SYMMETRIC SWAPPING -->
110                         <int>0x206B</int>       <!-- ACTIVATE SYMMETRIC SWAPPING -->
111                         <int>0x206C</int>       <!-- INHIBIT ARABIC FORM SHAPING -->
112                         <int>0x206D</int>       <!-- ACTIVATE ARABIC FORM SHAPING -->
113                         <int>0x206E</int>       <!-- NATIONAL DIGIT SHAPES -->
114                         <int>0x206F</int>       <!-- NOMINAL DIGIT SHAPES -->
115                         <int>0x2800</int>       <!-- BRAILLE PATTERN BLANK -->
116                         <int>0x3000</int>       <!-- IDEOGRAPHIC SPACE -->
117                         <int>0x3164</int>       <!-- HANGUL FILLER -->
118                         <int>0xFEFF</int>       <!-- ZERO WIDTH NO-BREAK SPACE -->
119                         <int>0xFFA0</int>       <!-- HALFWIDTH HANGUL FILLER -->
120                         <int>0xFFF9</int>       <!-- INTERLINEAR ANNOTATION ANCHOR -->
121                         <int>0xFFFA</int>       <!-- INTERLINEAR ANNOTATION SEPARATOR -->
122                         <int>0xFFFB</int>       <!-- INTERLINEAR ANNOTATION TERMINATOR -->
123                 </blank>
124 <!--
125   Rescan configuration every 30 seconds when FcFontSetList is called
126  -->
127                 <rescan>
128                         <int>30</int>
129                 </rescan>
130         </config>
131
132 </fontconfig>
133