LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 659|回复: 1

请帮忙上传一个font.conf,谢谢!!!

[复制链接]
发表于 2008-11-29 22:39:29 | 显示全部楼层 |阅读模式
我不小心删除掉了,现在字体显示极差
发表于 2008-11-29 23:03:14 | 显示全部楼层

  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.         DO NOT EDIT THIS FILE.
  7.         IT WILL BE REPLACED WHEN FONTCONFIG IS UPDATED.
  8.         LOCAL CHANGES BELONG IN 'local.conf'.

  9.         The intent of this standard configuration file is to be adequate for
  10.         most environments.  If you have a reasonably normal environment and
  11.         have found problems with this configuration, they are probably
  12.         things that others will also want fixed.  Please submit any
  13.         problems to the fontconfig bugzilla system located at fontconfig.org

  14.         Note that the normal 'make install' procedure for fontconfig is to
  15.         replace any existing fonts.conf file with the new version.  Place
  16.         any local customizations in local.conf which this file references.

  17.         Keith Packard
  18. -->

  19. <!-- Font directory list -->

  20.         <dir>/usr/share/fonts</dir>
  21.         <dir>/usr/X11R6/lib/X11/fonts</dir> <dir>/usr/local/share/fonts</dir>
  22.         <dir>~/.fonts</dir>

  23. <!--
  24.   Accept deprecated 'mono' alias, replacing it with 'monospace'
  25. -->
  26.         <match target="pattern">
  27.                 <test qual="any" name="family">
  28.                         <string>mono</string>
  29.                 </test>
  30.                 <edit name="family" mode="assign">
  31.                         <string>monospace</string>
  32.                 </edit>
  33.         </match>

  34. <!--
  35.   Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
  36. -->
  37.         <match target="pattern">
  38.                 <test qual="any" name="family">
  39.                         <string>sans serif</string>
  40.                 </test>
  41.                 <edit name="family" mode="assign">
  42.                         <string>sans-serif</string>
  43.                 </edit>
  44.         </match>

  45. <!--
  46.   Accept deprecated 'sans' alias, replacing it with 'sans-serif'
  47. -->
  48.         <match target="pattern">
  49.                 <test qual="any" name="family">
  50.                         <string>sans</string>
  51.                 </test>
  52.                 <edit name="family" mode="assign">
  53.                         <string>sans-serif</string>
  54.                 </edit>
  55.         </match>

  56. <!--
  57.   Load local system customization file
  58. -->
  59.         <include ignore_missing="yes">conf.d</include>

  60. <!-- Font cache directory list -->

  61.         <cachedir>/var/cache/fontconfig</cachedir>
  62.         <cachedir>~/.fontconfig</cachedir>

  63.         <config>
  64. <!--
  65.   These are the default Unicode chars that are expected to be blank
  66.   in fonts.  All other blank chars are assumed to be broken and
  67.   won't appear in the resulting charsets
  68. -->
  69.                 <blank>
  70.                         <int>0x0020</int>        <!-- SPACE -->
  71.                         <int>0x00A0</int>        <!-- NO-BREAK SPACE -->
  72.                         <int>0x00AD</int>        <!-- SOFT HYPHEN -->
  73.                         <int>0x034F</int>        <!-- COMBINING GRAPHEME JOINER -->
  74.                         <int>0x0600</int>        <!-- ARABIC NUMBER SIGN -->
  75.                         <int>0x0601</int>        <!-- ARABIC SIGN SANAH -->
  76.                         <int>0x0602</int>        <!-- ARABIC FOOTNOTE MARKER -->
  77.                         <int>0x0603</int>        <!-- ARABIC SIGN SAFHA -->
  78.                         <int>0x06DD</int>        <!-- ARABIC END OF AYAH -->
  79.                         <int>0x070F</int>        <!-- SYRIAC ABBREVIATION MARK -->
  80.                         <int>0x115F</int>        <!-- HANGUL CHOSEONG FILLER -->
  81.                         <int>0x1160</int>        <!-- HANGUL JUNGSEONG FILLER -->
  82.                         <int>0x1680</int>        <!-- OGHAM SPACE MARK -->
  83.                         <int>0x17B4</int>        <!-- KHMER VOWEL INHERENT AQ -->
  84.                         <int>0x17B5</int>        <!-- KHMER VOWEL INHERENT AA -->
  85.                         <int>0x180E</int>        <!-- MONGOLIAN VOWEL SEPARATOR -->
  86.                         <int>0x2000</int>        <!-- EN QUAD -->
  87.                         <int>0x2001</int>        <!-- EM QUAD -->
  88.                         <int>0x2002</int>        <!-- EN SPACE -->
  89.                         <int>0x2003</int>        <!-- EM SPACE -->
  90.                         <int>0x2004</int>        <!-- THREE-PER-EM SPACE -->
  91.                         <int>0x2005</int>        <!-- FOUR-PER-EM SPACE -->
  92.                         <int>0x2006</int>        <!-- SIX-PER-EM SPACE -->
  93.                         <int>0x2007</int>        <!-- FIGURE SPACE -->
  94.                         <int>0x2008</int>        <!-- PUNCTUATION SPACE -->
  95.                         <int>0x2009</int>        <!-- THIN SPACE -->
  96.                         <int>0x200A</int>        <!-- HAIR SPACE -->
  97.                         <int>0x200B</int>        <!-- ZERO WIDTH SPACE -->
  98.                         <int>0x200C</int>        <!-- ZERO WIDTH NON-JOINER -->
  99.                         <int>0x200D</int>        <!-- ZERO WIDTH JOINER -->
  100.                         <int>0x200E</int>        <!-- LEFT-TO-RIGHT MARK -->
  101.                         <int>0x200F</int>        <!-- RIGHT-TO-LEFT MARK -->
  102.                         <int>0x2028</int>        <!-- LINE SEPARATOR -->
  103.                         <int>0x2029</int>        <!-- PARAGRAPH SEPARATOR -->
  104.                         <int>0x202A</int>        <!-- LEFT-TO-RIGHT EMBEDDING -->
  105.                         <int>0x202B</int>        <!-- RIGHT-TO-LEFT EMBEDDING -->
  106.                         <int>0x202C</int>        <!-- POP DIRECTIONAL FORMATTING -->
  107.                         <int>0x202D</int>        <!-- LEFT-TO-RIGHT OVERRIDE -->
  108.                         <int>0x202E</int>        <!-- RIGHT-TO-LEFT OVERRIDE -->
  109.                         <int>0x202F</int>        <!-- NARROW NO-BREAK SPACE -->
  110.                         <int>0x205F</int>        <!-- MEDIUM MATHEMATICAL SPACE -->
  111.                         <int>0x2060</int>        <!-- WORD JOINER -->
  112.                         <int>0x2061</int>        <!-- FUNCTION APPLICATION -->
  113.                         <int>0x2062</int>        <!-- INVISIBLE TIMES -->
  114.                         <int>0x2063</int>        <!-- INVISIBLE SEPARATOR -->
  115.                         <int>0x206A</int>        <!-- INHIBIT SYMMETRIC SWAPPING -->
  116.                         <int>0x206B</int>        <!-- ACTIVATE SYMMETRIC SWAPPING -->
  117.                         <int>0x206C</int>        <!-- INHIBIT ARABIC FORM SHAPING -->
  118.                         <int>0x206D</int>        <!-- ACTIVATE ARABIC FORM SHAPING -->
  119.                         <int>0x206E</int>        <!-- NATIONAL DIGIT SHAPES -->
  120.                         <int>0x206F</int>        <!-- NOMINAL DIGIT SHAPES -->
  121.                         <int>0x2800</int>        <!-- BRAILLE PATTERN BLANK -->
  122.                         <int>0x3000</int>        <!-- IDEOGRAPHIC SPACE -->
  123.                         <int>0x3164</int>        <!-- HANGUL FILLER -->
  124.                         <int>0xFEFF</int>        <!-- ZERO WIDTH NO-BREAK SPACE -->
  125.                         <int>0xFFA0</int>        <!-- HALFWIDTH HANGUL FILLER -->
  126.                         <int>0xFFF9</int>        <!-- INTERLINEAR ANNOTATION ANCHOR -->
  127.                         <int>0xFFFA</int>        <!-- INTERLINEAR ANNOTATION SEPARATOR -->
  128.                         <int>0xFFFB</int>        <!-- INTERLINEAR ANNOTATION TERMINATOR -->
  129.                 </blank>
  130. <!--
  131.   Rescan configuration every 30 seconds when FcFontSetList is called
  132. -->
  133.                 <rescan>
  134.                         <int>30</int>
  135.                 </rescan>
  136.         </config>

  137. </fontconfig>
复制代码
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表