Guest User

fontconfig warning: "/etc/fonts/fonts.conf"

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