LinuxSir.cn,穿越时空的Linuxsir!

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

用修改fonts.conf的方法美化以后英文字体很难看。

[复制链接]
发表于 2006-5-8 20:01:41 | 显示全部楼层 |阅读模式
网上的fonts.conf代码几乎只能美化中文, 不知道谁有没有既能美化中文也能不丑化英文的代码? 比如说, 我只需要为simsun关掉anti-alias, 怎么表示?
发表于 2006-5-9 14:33:50 | 显示全部楼层
加一段:

    <match target="font">
        <test name="family">
            <string>SimSun</string>
        </test>
        <edit name="antialias" mode="assign">
            <bool>false</bool>
        </edit>
        <edit name="autohint">
            <bool>false</bool>
        </edit>
        <edit name="hinting">
            <bool>true</bool>
        </edit>
    </match>
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-5-10 07:18:59 | 显示全部楼层
Post by 独行侠
加一段:

    <match target="font">
        <test name="family">
            <string>SimSun</string>
        </test>
        <edit name="antialias" mode="assign">
            <bool>false</bool>
        </edit>
        <edit name="autohint">
            <bool>false</bool>
        </edit>
        <edit name="hinting">
            <bool>true</bool>
        </edit>
    </match>


That works, thanks a lot!
回复 支持 反对

使用道具 举报

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

本版积分规则

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