|
发表于 2005-11-10 11:21:28
|
显示全部楼层
Post by shockman
在/etc/fonts/fonts.conf中加入:
<!--
SimSun
-->
<match target="font">
<test qual="any" name="family" compare="eq">
<string>SimSun</string>
</test>
<test name="pixelsize" compare="more_eq">
<double>8</double>
</test>
<test name="pixelsize" compare="less_eq">
<double>16</double>
</test>
<edit name="antialias">
<bool>false</bool>
</edit>
</match>
如果使用其他ttf中文字体,用字体名替换SimSun
偶先试一下 |
|