zxs8208 发表于 2004-3-28 14:28:37


<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts.conf file to configure system font access -->
<fontconfig>

<!--
        The intent of this standard configuration file is to be adequate for
        most environments.If you have a reasonably normal environment and
        have found problems with this configuration, they are probably
        things that others will also want fixed.Please send any suggested
        changes to [email protected] so that future releases can include
        such changes.

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

        Keith Packard
-->

<!-- Font directory list configured on Thu Feb 20 01:12:17 CST 2003 -->

        <dir>/usr/X11R6/lib/X11/fonts/Type1</dir>
        <dir>/usr/share/fonts</dir>
      <dir>/usr/share/fonts/zh_CN/TrueType/simsun</dir>
        <dir>~/.fonts</dir>

<!--
Enable sub-pixel rendering
        <match target="font">
                <test qual="all" name="rgba">
                        <const>unknown</const>
                </test>
                <edit name="rgba" mode="assign"><const>rgb</const></edit>
        </match>
-->
<match target="font">

            <test target="pattern" name="weight" compare="more">

               <const>medium</const>

            </test>

            <test name="family" compare="eq">

               <string>SimSun</string>

            </test>

            <edit name="weight" mode="assign">

               <const>bold</const>

            </edit>

         </match>

<!--
Accept deprecated 'mono' alias, replacing it with 'monospace'
-->
        <match target="pattern">
                <test qual="any" name="family">
                        <string>mono</string>
                </test>
                <edit name="family" mode="assign">
                        <string>monospace</string>
                </edit>
        </match>

<!--
Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
-->
        <match target="pattern">
                <test qual="any" name="family">
                        <string>sans serif</string>
                </test>
                <edit name="family" mode="assign">
                        <string>sans-serif</string>
                </edit>
        </match>

<!--
Accept deprecated 'sans' alias, replacing it with 'sans-serif'
-->
        <match target="pattern">
                <test qual="any" name="family">
                        <string>sans</string>
                </test>
                <edit name="family" mode="assign">
                        <string>sans-serif</string>
                </edit>
        </match>

<!--
Mark common families with their generics so we'll get
something reasonable
-->
      <match target="font">
                <test target="pattern" name="lang" compare="contains">
                        <string>zh-tw</string>
                        <string>zh-cn</string>
                        <string>ja</string>
                        <string>ko</string>
                </test>
                <edit name="spacing">
                        <const>proportional</const>
                </edit>
                <edit name="globaladvance">
                <bool>false</bool>
                &lt;/edit&gt;
      &lt;/match&gt;



&lt;!--
Serif faces
--&gt;
        &lt;alias&gt;
                &lt;family&gt;Times New Roman&lt;/family&gt;
                &lt;family&gt;Times&lt;/family&gt;
                &lt;family&gt;Nimbus Roman No9 L&lt;/family&gt;
                &lt;family&gt;Luxi Serif&lt;/family&gt;
                &lt;family&gt;Simsun&lt;/family&gt;
                &lt;family&gt;Kochi Mincho&lt;/family&gt;
                &lt;family&gt;AR PL SungtiL GB&lt;/family&gt;
                &lt;family&gt;AR PL Mingti2L Big5&lt;/family&gt;
                &lt;family&gt;Baekmuk Batang&lt;/family&gt;                       
                &lt;default&gt;&lt;family&gt;serif&lt;/family&gt;&lt;/default&gt;
        &lt;/alias&gt;
&lt;!--
Sans-serif faces
--&gt;
        &lt;alias&gt;
                &lt;family&gt;Tahoma&lt;/family&gt;
                &lt;family&gt;Verdana&lt;/family&gt;
                &lt;family&gt;Helvetica&lt;/family&gt;
                &lt;family&gt;Arial&lt;/family&gt;
                &lt;family&gt;Nimbus Sans L&lt;/family&gt;
                &lt;family&gt;Luxi Sans&lt;/family&gt;
                &lt;family&gt;Simsun&lt;/family&gt;
                &lt;family&gt;Kochi Gothic&lt;/family&gt;
                &lt;family&gt;AR PL KaitiM GB&lt;/family&gt;
                &lt;family&gt;AR PL KaitiM Big5&lt;/family&gt;
                &lt;family&gt;Baekmuk Dotum&lt;/family&gt;
                &lt;default&gt;&lt;family&gt;sans-serif&lt;/family&gt;&lt;/default&gt;
        &lt;/alias&gt;
&lt;!--
Monospace faces

zxs8208 发表于 2004-3-28 14:29:40

--&gt;
        &lt;alias&gt;
                &lt;family&gt;Courier&lt;/family&gt;
                &lt;family&gt;Courier New&lt;/family&gt;
                &lt;family&gt;Andale Mono&lt;/family&gt;
                &lt;family&gt;Luxi Mono&lt;/family&gt;
                &lt;family&gt;Nimbus Mono L&lt;/family&gt;
                &lt;family&gt;NSimSun&lt;/family&gt;
                &lt;default&gt;&lt;family&gt;monospace&lt;/family&gt;&lt;/default&gt;
        &lt;/alias&gt;
&lt;!--
If the font still has no generic name, add sans-serif
--&gt;
        &lt;match target="pattern"&gt;
                &lt;test qual="all" name="family" compare="not_eq"&gt;
                        &lt;string&gt;sans-serif&lt;/string&gt;
                &lt;/test&gt;
                &lt;test qual="all" name="family" compare="not_eq"&gt;
                        &lt;string&gt;serif&lt;/string&gt;
                &lt;/test&gt;
                &lt;test qual="all" name="family" compare="not_eq"&gt;
                        &lt;string&gt;monospace&lt;/string&gt;
                &lt;/test&gt;
                &lt;edit name="family" mode="append_last"&gt;
                        &lt;string&gt;sans-serif&lt;/string&gt;
                &lt;/edit&gt;
        &lt;/match&gt;
       
&lt;!--
Load per-user customization file
--&gt;
        <include ignore_missing="yes">~/.fonts.conf</include>

&lt;!--
Load local system customization file
--&gt;
        <include ignore_missing="yes">local.conf</include>

&lt;!--
Alias well known font names to available TrueType fonts
--&gt;
        &lt;alias&gt;
                &lt;family&gt;Times&lt;/family&gt;
                &lt;accept&gt;&lt;family&gt;Times New Roman&lt;/family&gt;&lt;/accept&gt;
        &lt;/alias&gt;
        &lt;alias&gt;
                &lt;family&gt;Helvetica&lt;/family&gt;
                &lt;accept&gt;&lt;family&gt;Verdana&lt;/family&gt;&lt;/accept&gt;
        &lt;/alias&gt;
        &lt;alias&gt;
                &lt;family&gt;Arial&lt;/family&gt;
                &lt;accept&gt;&lt;family&gt;Verdana&lt;/family&gt;&lt;/accept&gt;
        &lt;/alias&gt;
        &lt;alias&gt;
                &lt;family&gt;Courier&lt;/family&gt;
                &lt;accept&gt;&lt;family&gt;Courier New&lt;/family&gt;&lt;/accept&gt;
        &lt;/alias&gt;

&lt;!--
Provide required aliases for standard names
--&gt;
        &lt;alias&gt;
                &lt;family&gt;serif&lt;/family&gt;
                <prefer>
                        &lt;family&gt;Times New Roman&lt;/family&gt;
                        &lt;family&gt;Nimbus Roman No9 L&lt;/family&gt;
                        &lt;family&gt;Luxi Serif&lt;/family&gt;
                        &lt;family&gt;Times&lt;/family&gt;
                        &lt;family&gt;Simsun&lt;/family&gt;
                        &lt;family&gt;Kochi Mincho&lt;/family&gt;
                        &lt;family&gt;AR PL SungtiL GB&lt;/family&gt;
                        &lt;family&gt;AR PL Mingti2L Big5&lt;/family&gt;
                        &lt;family&gt;Baekmuk Batang&lt;/family&gt;                       
                </prefer>
        &lt;/alias&gt;
        &lt;alias&gt;
                &lt;family&gt;sans-serif&lt;/family&gt;
                <prefer>
                        &lt;family&gt;Tahoma&lt;/family&gt;
                        &lt;family&gt;Verdana&lt;/family&gt;
                        &lt;family&gt;Nimbus Sans L&lt;/family&gt;
                        &lt;family&gt;Luxi Sans&lt;/family&gt;
                        &lt;family&gt;Arial&lt;/family&gt;
                        &lt;family&gt;Helvetica&lt;/family&gt;
                        &lt;family&gt;SimSun&lt;/family&gt;
                        &lt;family&gt;Kochi Gothic&lt;/family&gt;
                        &lt;family&gt;AR PL KaitiM GB&lt;/family&gt;
                        &lt;family&gt;AR PL KaitiM Big5&lt;/family&gt;
                        &lt;family&gt;Baekmuk Dotum&lt;/family&gt;
                </prefer>
        &lt;/alias&gt;
        &lt;alias&gt;
                &lt;family&gt;monospace&lt;/family&gt;
                <prefer>
                        &lt;family&gt;Andale Mono&lt;/family&gt;
                        &lt;family&gt;Courier New&lt;/family&gt;
                        &lt;family&gt;Luxi Mono&lt;/family&gt;
                        &lt;family&gt;Nimbus Mono L&lt;/family&gt;
                        &lt;family&gt;NSimSun&lt;/family&gt;
                        &lt;family&gt;Kochi Gothic&lt;/family&gt;
                        &lt;family&gt;AR PL KaitiM GB&lt;/family&gt;
                        &lt;family&gt;Baekmuk Dotum&lt;/family&gt;
                </prefer>
        &lt;/alias&gt;

&lt;!--
Artificial oblique for fonts without an italic or oblique version
--&gt;

        &lt;match target="font"&gt;
                &lt;!-- check to see if the font is roman --&gt;
                &lt;test name="slant"&gt;
                        &lt;const&gt;roman&lt;/const&gt;
                &lt;/test&gt;
                &lt;!-- check to see if the pattern requested non-roman --&gt;
                &lt;test target="pattern" name="slant" compare="not_eq"&gt;
                        &lt;const&gt;roman&lt;/const&gt;
                &lt;/test&gt;
                &lt;!-- multiply the matrix to slant the font --&gt;
                &lt;edit name="matrix" mode="assign"&gt;
                        &lt;times&gt;
                                &lt;name&gt;matrix&lt;/name&gt;

zxs8208 发表于 2004-3-28 14:31:53

&lt;matrix&gt;&lt;double&gt;1&lt;/double&gt;&lt;double&gt;.2&lt;/double&gt;
                                        &lt;double&gt;0&lt;/double&gt;&lt;double&gt;1&lt;/double&gt;
                                &lt;/matrix&gt;
                        &lt;/times&gt;
                &lt;/edit&gt;
                &lt;!-- pretend the font is oblique now --&gt;
                &lt;edit name="slant" mode="assign"&gt;
                        &lt;const&gt;oblique&lt;/const&gt;
                &lt;/edit&gt;
        &lt;/match&gt;

&lt;!--
This expression is added by Akito Hirai&lt;[email protected]&gt; for convenience.
It can be used to make artificial bold versions in client libraries/applications.
--&gt;
        &lt;match target="font"&gt;
                &lt;test name="weight"&gt;
                        &lt;const&gt;medium&lt;/const&gt;
                &lt;/test&gt;
                &lt;test target="pattern" name="weight" compare="more"&gt;
                        &lt;const&gt;medium&lt;/const&gt;
                &lt;/test&gt;
                &lt;edit name="weight" mode="assign"&gt;
                        <if>
                                &lt;more&gt;
                                        &lt;name&gt;spacing&lt;/name&gt;
                                        &lt;const&gt;proportional&lt;/const&gt;
                                &lt;/more&gt;
                                &lt;const&gt;demibold&lt;/const&gt;        &lt;!-- for monospace    --&gt;
                                &lt;const&gt;bold&lt;/const&gt;        &lt;!-- for proportional --&gt;
                        </if>
                &lt;/edit&gt;
        &lt;/match&gt;

&lt;match target="font"&gt;
        &lt;test name="pixelsize" compare="less_eq"&gt;
                &lt;double&gt;16&lt;/double&gt;
        &lt;/test&gt;
        &lt;test name="pixelsize" compare="more_eq"&gt;
                &lt;double&gt;8&lt;/double&gt;
        &lt;/test&gt;
        &lt;edit name="antialias" mode="assign"&gt;
                <bool>f</bool>
        &lt;/edit&gt;
&lt;/match&gt;
&lt;match target="font"&gt;
        &lt;test name="size" compare="less_eq"&gt;
                &lt;double&gt;16&lt;/double&gt;
        &lt;/test&gt;
        &lt;test name="size" compare="more_eq"&gt;
                &lt;double&gt;8&lt;/double&gt;
        &lt;/test&gt;
       
        &lt;edit name="antialias" mode="assign"&gt;
                <bool>f</bool>
        &lt;/edit&gt;
&lt;/match&gt;


        &lt;config&gt;
&lt;!--
These are the default Unicode chars that are expected to be blank
in fonts.All other blank chars are assumed to be broken and
won't appear in the resulting charsets
--&gt;
                <blank>
                        <int>0x0020</int>        &lt;!-- SPACE --&gt;
                        <int>0x00a0</int>        &lt;!-- NO-BREAK SPACE --&gt;
                        <int>0x00ad</int>        &lt;!-- SOFT HYPHEN --&gt;
                        <int>0x115f</int>        &lt;!-- HANGUL CHOSEONG FILLER --&gt;
                        <int>0x1160</int>        &lt;!-- HANGUL JUNGSEONG FILLER --&gt;
                        <int>0x1680</int>        &lt;!-- OGHAM SPACE MARK --&gt;
                        <int>0x2000</int>        &lt;!-- EN QUAD --&gt;
                        <int>0x2001</int>        &lt;!-- EM QUAD --&gt;
                        <int>0x2002</int>        &lt;!-- EN SPACE --&gt;
                        <int>0x2003</int>        &lt;!-- EM SPACE --&gt;
                        <int>0x2004</int>        &lt;!-- THREE-PER-EM SPACE --&gt;
                        <int>0x2005</int>        &lt;!-- FOUR-PER-EM SPACE --&gt;
                        <int>0x2006</int>        &lt;!-- SIX-PER-EM SPACE --&gt;
                        <int>0x2007</int>        &lt;!-- FIGURE SPACE

zxs8208 发表于 2004-3-28 14:32:16

<int>0x2008</int>        &lt;!-- PUNCTUATION SPACE --&gt;
                        <int>0x2009</int>        &lt;!-- THIN SPACE --&gt;
                        <int>0x200a</int>        &lt;!-- HAIR SPACE --&gt;
                        <int>0x200b</int>        &lt;!-- ZERO WIDTH SPACE --&gt;
                        <int>0x200c</int>        &lt;!-- ZERO WIDTH NON-JOINER --&gt;
                        <int>0x200d</int>        &lt;!-- ZERO WIDTH JOINER --&gt;
                        <int>0x200e</int>        &lt;!-- LEFT-TO-RIGHT MARK --&gt;
                        <int>0x200f</int>        &lt;!-- RIGHT-TO-LEFT MARK --&gt;
                        <int>0x2028</int>        &lt;!-- LINE SEPARATOR --&gt;
                        <int>0x2029</int>        &lt;!-- PARAGRAPH SEPARATOR --&gt;
                        <int>0x202a</int>        &lt;!-- LEFT-TO-RIGHT EMBEDDING --&gt;
                        <int>0x202b</int>        &lt;!-- RIGHT-TO-LEFT EMBEDDING --&gt;
                        <int>0x202c</int>        &lt;!-- POP DIRECTIONAL FORMATTING --&gt;
                        <int>0x202d</int>        &lt;!-- LEFT-TO-RIGHT OVERRIDE --&gt;
                        <int>0x202e</int>        &lt;!-- RIGHT-TO-LEFT OVERRIDE --&gt;
                        <int>0x202f</int>        &lt;!-- NARROW NO-BREAK SPACE --&gt;
                        <int>0x205f</int>        &lt;!-- MEDIUM MATHEMATICAL SPACE --&gt;
                        <int>0x2060</int>        &lt;!-- WORD JOINER --&gt;
                        <int>0x2061</int>        &lt;!-- FUNCTION APPLICATION --&gt;
                        <int>0x2062</int>        &lt;!-- INVISIBLE TIMES --&gt;
                        <int>0x2063</int>        &lt;!-- INVISIBLE SEPARATOR --&gt;
                        <int>0x206A</int>        &lt;!-- INHIBIT SYMMETRIC SWAPPING --&gt;
                        <int>0x206B</int>        &lt;!-- ACTIVATE SYMMETRIC SWAPPING --&gt;
                        <int>0x206C</int>        &lt;!-- INHIBIT ARABIC FORM SHAPING --&gt;
                        <int>0x206D</int>        &lt;!-- ACTIVATE ARABIC FORM SHAPING --&gt;
                        <int>0x206E</int>        &lt;!-- NATIONAL DIGIT SHAPES --&gt;
                        <int>0x206F</int>        &lt;!-- NOMINAL DIGIT SHAPES --&gt;
                        <int>0x3000</int>        &lt;!-- IDEOGRAPHIC SPACE --&gt;
                        <int>0x3164</int>        &lt;!-- HANGUL FILLER --&gt;
                        <int>0xfeff</int>        &lt;!-- ZERO WIDTH NO-BREAK SPACE --&gt;
                        <int>0xffa0</int>        &lt;!-- HALFWIDTH HANGUL FILLER --&gt;
                        <int>0xfff9</int>        &lt;!-- INTERLINEAR ANNOTATION ANCHOR --&gt;
                        <int>0xfffa</int>        &lt;!-- INTERLINEAR ANNOTATION SEPARATOR --&gt;
                        <int>0xfffa</int>        &lt;!-- INTERLINEAR ANNOTATION TERMINATOR --&gt;
                </blank>
&lt;!--
Rescan configuration every 30 seconds when FcFontSetList is called
--&gt;
                &lt;rescan&gt;
                        <int>30</int>
                &lt;/rescan&gt;
        &lt;/config&gt;

&lt;/fontconfig&gt;

skywarship 发表于 2004-3-29 13:43:45

你把文件中的这一段
&lt;match target=&quot;font&quot;&gt;
    &lt;test target=&quot;pattern&quot; name=&quot;weight&quot; compare=&quot;more&quot;&gt;
      &lt;const&gt;medium&lt;/const&gt;
    &lt;/test&gt;
    &lt;test name=&quot;family&quot; compare=&quot;eq&quot;&gt;
      &lt;string&gt;SimSun&lt;/string&gt;
    &lt;/test&gt;
    &lt;edit name=&quot;weight&quot; mode=&quot;assign&quot;&gt;
      &lt;const&gt;bold&lt;/const&gt;
    &lt;/edit&gt;
&lt;/match&gt;
移到下面这一段的后面试一下
&lt;match target=&quot;font&quot;&gt;
    &lt;test name=&quot;pixelsize&quot; compare=&quot;less_eq&quot;&gt;
      &lt;double&gt;16&lt;/double&gt;
    &lt;/test&gt;
    &lt;test name=&quot;pixelsize&quot; compare=&quot;more_eq&quot;&gt;
      &lt;double&gt;8&lt;/double&gt;
    &lt;/test&gt;
    &lt;edit name=&quot;antialias&quot; mode=&quot;assign&quot;&gt; f &lt;/edit&gt;
&lt;/match&gt;

&lt;match target=&quot;font&quot;&gt;
    &lt;test name=&quot;size&quot; compare=&quot;less_eq&quot;&gt;
      &lt;double&gt;16&lt;/double&gt;
    &lt;/test&gt;
    &lt;test name=&quot;size&quot; compare=&quot;more_eq&quot;&gt;
      &lt;double&gt;8&lt;/double&gt;
    &lt;/test&gt;
    &lt;edit name=&quot;antialias&quot; mode=&quot;assign&quot;&gt; f &lt;/edit&gt;
&lt;/match&gt;

如果不行,把下面这一段去掉试一下(记得备份文件,或者注释掉最好)
&lt;!--
Load per-user customization file
--&gt;
~/.fonts.conf

&lt;!--
Load local system customization file
--&gt;
local.conf

zxs8208 发表于 2004-3-29 13:59:33

没有什么变化

skywarship 发表于 2004-3-29 19:57:17

你的gtk程序字体都是那样的效果吗,比如xmms、gimp的字体也和mozilla一样吗,还是只有mozilla是那样的,如果只有mozilla是那样的,可能是mozilla的问题,如果所有gtk程序都是那样的,那就是fontconfig的问题,就只能恢复到美化前的状态重新美化了
页: 1 [2]
查看完整版本: 研究了几天,终于搞定了,看看我的成果