|
发表于 2004-6-23 12:00:51
|
显示全部楼层
可以把SimSun字体的AA关掉,在~/.fonts.conf中加入:
<match target="font" >
<test name="family" >
<string>SimSun</string>
</test>
<test name="size" compare="less_eq">
<int>11</int>
</test>
<test name="size" compare="more_eq">
<int>9</int>
</test>
<edit name="antialias" >
<bool>false</bool>
</edit>
</match> |
|