|
发表于 2005-9-28 00:08:46
|
显示全部楼层
在/etc/fonts下建local.conf文件,内容如下:
<fontconfig>
<match target="font">
<test qual="any" name="family" compare="eq">
<string>SimSun</string>
<string>SimHei</string>
</test>
<test name="pixelsize" compare="more_eq">
<double>11</double>
</test>
<test name="pixelsize" compare="less_eq">
<double>18</double>
</test>
<edit name="antialias">
<bool>false</bool>
</edit>
</match>
</fontconfig>
请自己改动相应的字体名。 |
|