Advertisement
acramal

Untitled

Mar 2nd, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.02 KB | None | 0 0
  1. lamarca@debian:~$ cat -n /etc/fonts/fonts.conf
  2. 1 <?xml version="1.0"?>
  3. 2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  4. 3 <!-- /etc/fonts/fonts.conf file to configure system font access -->
  5. 4 <fontconfig>
  6. 5
  7. 6 <!--
  8. 7 DO NOT EDIT THIS FILE.
  9. 8 IT WILL BE REPLACED WHEN FONTCONFIG IS UPDATED.
  10. 9 LOCAL CHANGES BELONG IN 'local.conf'.
  11. 10
  12. 11 The intent of this standard configuration file is to be adequate for
  13. 12 most environments. If you have a reasonably normal environment and
  14. 13 have found problems with this configuration, they are probably
  15. 14 things that others will also want fixed. Please submit any
  16. 15 problems to the fontconfig bugzilla system located at fontconfig.org
  17. 16
  18. 17 Note that the normal 'make install' procedure for fontconfig is to
  19. 18 replace any existing fonts.conf file with the new version. Place
  20. 19 any local customizations in local.conf which this file references.
  21. 20
  22. 21 Keith Packard
  23. 22 -->
  24. 23
  25. 24 <!-- Font directory list -->
  26. 25
  27. 26 <dir>/usr/share/fonts</dir>
  28. 27 <dir>/usr/X11R6/lib/X11/fonts</dir> <dir>/usr/local/share/fonts</dir>
  29. 28 <dir prefix="xdg">fonts</dir>
  30. 29 <!-- the following element will be removed in the future -->
  31. 30 <dir>~/.fonts</dir>
  32. 31
  33. 32 <!--
  34. 33 Accept deprecated 'mono' alias, replacing it with 'monospace'
  35. 34 -->
  36. 35 <match target="pattern">
  37. 36 <test qual="any" name="family">
  38. 37 <string>mono</string>
  39. 38 </test>
  40. 39 <edit name="family" mode="assign" binding="same">
  41. 40 <string>monospace</string>
  42. 41 </edit>
  43. 42 </match>
  44. 43
  45. 44 <!--
  46. 45 Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
  47. 46 -->
  48. 47 <match target="pattern">
  49. 48 <test qual="any" name="family">
  50. 49 <string>sans serif</string>
  51. 50 </test>
  52. 51 <edit name="family" mode="assign" binding="same">
  53. 52 <string>sans-serif</string>
  54. 53 </edit>
  55. 54 </match>
  56. 55
  57. 56 <!--
  58. 57 Accept deprecated 'sans' alias, replacing it with 'sans-serif'
  59. 58 -->
  60. 59 <match target="pattern">
  61. 60 <test qual="any" name="family">
  62. 61 <string>sans</string>
  63. 62 </test>
  64. 63 <edit name="family" mode="assign" binding="same">
  65. 64 <string>sans-serif</string>
  66. 65 </edit>
  67. 66 </match>
  68. 67
  69. 68 <!--
  70. 69 Ignore dpkg temporary files created in fonts directories
  71. 70 -->
  72. 71 <selectfont>
  73. 72 <rejectfont>
  74. 73 <glob>*.dpkg-tmp</glob>
  75. 74 </rejectfont>
  76. 75 </selectfont>
  77. 76 <selectfont>
  78. 77 <rejectfont>
  79. 78 <glob>*.dpkg-new</glob>
  80. 79 </rejectfont>
  81. 80 </selectfont>
  82. 81
  83. 82 <!--
  84. 83 Load local system customization file
  85. 84 -->
  86. 85 <include ignore_missing="yes">conf.d</include>
  87. 86
  88. 87 <!-- Font cache directory list -->
  89. 88
  90. 89 <cachedir>/var/cache/fontconfig</cachedir>
  91. 90 <cachedir prefix="xdg">fontconfig</cachedir>
  92. 91 <!-- the following element will be removed in the future -->
  93. 92 <cachedir>~/.fontconfig</cachedir>
  94. 93
  95. 94 <config>
  96. 95 <!--
  97. 96 These are the default Unicode chars that are expected to be blank
  98. 97 in fonts. All other blank chars are assumed to be broken and
  99. 98 won't appear in the resulting charsets
  100. 99 -->
  101. 100 <blank>
  102. 101 <int>0x0020</int> <!-- SPACE -->
  103. 102 <int>0x00A0</int> <!-- NO-BREAK SPACE -->
  104. 103 <int>0x00AD</int> <!-- SOFT HYPHEN -->
  105. 104 <int>0x034F</int> <!-- COMBINING GRAPHEME JOINER -->
  106. 105 <int>0x0600</int> <!-- ARABIC NUMBER SIGN -->
  107. 106 <int>0x0601</int> <!-- ARABIC SIGN SANAH -->
  108. 107 <int>0x0602</int> <!-- ARABIC FOOTNOTE MARKER -->
  109. 108 <int>0x0603</int> <!-- ARABIC SIGN SAFHA -->
  110. 109 <int>0x06DD</int> <!-- ARABIC END OF AYAH -->
  111. 110 <int>0x070F</int> <!-- SYRIAC ABBREVIATION MARK -->
  112. 111 <int>0x115F</int> <!-- HANGUL CHOSEONG FILLER -->
  113. 112 <int>0x1160</int> <!-- HANGUL JUNGSEONG FILLER -->
  114. 113 <int>0x1680</int> <!-- OGHAM SPACE MARK -->
  115. 114 <int>0x17B4</int> <!-- KHMER VOWEL INHERENT AQ -->
  116. 115 <int>0x17B5</int> <!-- KHMER VOWEL INHERENT AA -->
  117. 116 <int>0x180E</int> <!-- MONGOLIAN VOWEL SEPARATOR -->
  118. 117 <int>0x2000</int> <!-- EN QUAD -->
  119. 118 <int>0x2001</int> <!-- EM QUAD -->
  120. 119 <int>0x2002</int> <!-- EN SPACE -->
  121. 120 <int>0x2003</int> <!-- EM SPACE -->
  122. 121 <int>0x2004</int> <!-- THREE-PER-EM SPACE -->
  123. 122 <int>0x2005</int> <!-- FOUR-PER-EM SPACE -->
  124. 123 <int>0x2006</int> <!-- SIX-PER-EM SPACE -->
  125. 124 <int>0x2007</int> <!-- FIGURE SPACE -->
  126. 125 <int>0x2008</int> <!-- PUNCTUATION SPACE -->
  127. 126 <int>0x2009</int> <!-- THIN SPACE -->
  128. 127 <int>0x200A</int> <!-- HAIR SPACE -->
  129. 128 <int>0x200B</int> <!-- ZERO WIDTH SPACE -->
  130. 129 <int>0x200C</int> <!-- ZERO WIDTH NON-JOINER -->
  131. 130 <int>0x200D</int> <!-- ZERO WIDTH JOINER -->
  132. 131 <int>0x200E</int> <!-- LEFT-TO-RIGHT MARK -->
  133. 132 <int>0x200F</int> <!-- RIGHT-TO-LEFT MARK -->
  134. 133 <int>0x2028</int> <!-- LINE SEPARATOR -->
  135. 134 <int>0x2029</int> <!-- PARAGRAPH SEPARATOR -->
  136. 135 <int>0x202A</int> <!-- LEFT-TO-RIGHT EMBEDDING -->
  137. 136 <int>0x202B</int> <!-- RIGHT-TO-LEFT EMBEDDING -->
  138. 137 <int>0x202C</int> <!-- POP DIRECTIONAL FORMATTING -->
  139. 138 <int>0x202D</int> <!-- LEFT-TO-RIGHT OVERRIDE -->
  140. 139 <int>0x202E</int> <!-- RIGHT-TO-LEFT OVERRIDE -->
  141. 140 <int>0x202F</int> <!-- NARROW NO-BREAK SPACE -->
  142. 141 <int>0x205F</int> <!-- MEDIUM MATHEMATICAL SPACE -->
  143. 142 <int>0x2060</int> <!-- WORD JOINER -->
  144. 143 <int>0x2061</int> <!-- FUNCTION APPLICATION -->
  145. 144 <int>0x2062</int> <!-- INVISIBLE TIMES -->
  146. 145 <int>0x2063</int> <!-- INVISIBLE SEPARATOR -->
  147. 146 <int>0x206A</int> <!-- INHIBIT SYMMETRIC SWAPPING -->
  148. 147 <int>0x206B</int> <!-- ACTIVATE SYMMETRIC SWAPPING -->
  149. 148 <int>0x206C</int> <!-- INHIBIT ARABIC FORM SHAPING -->
  150. 149 <int>0x206D</int> <!-- ACTIVATE ARABIC FORM SHAPING -->
  151. 150 <int>0x206E</int> <!-- NATIONAL DIGIT SHAPES -->
  152. 151 <int>0x206F</int> <!-- NOMINAL DIGIT SHAPES -->
  153. 152 <int>0x2800</int> <!-- BRAILLE PATTERN BLANK -->
  154. 153 <int>0x3000</int> <!-- IDEOGRAPHIC SPACE -->
  155. 154 <int>0x3164</int> <!-- HANGUL FILLER -->
  156. 155 <int>0xFEFF</int> <!-- ZERO WIDTH NO-BREAK SPACE -->
  157. 156 <int>0xFFA0</int> <!-- HALFWIDTH HANGUL FILLER -->
  158. 157 <int>0xFFF9</int> <!-- INTERLINEAR ANNOTATION ANCHOR -->
  159. 158 <int>0xFFFA</int> <!-- INTERLINEAR ANNOTATION SEPARATOR -->
  160. 159 <int>0xFFFB</int> <!-- INTERLINEAR ANNOTATION TERMINATOR -->
  161. 160 </blank>
  162. 161 d<!--
  163. 162 Rescan configuration every 30 seconds when FcFontSetList is called
  164. 163 -->
  165. 164 <rescan>
  166. 165 <int>30</int>
  167. 166 </rescan>
  168. 167 </config>
  169. 168
  170. 169 </fontconfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement