|
发表于 2004-9-9 17:21:54
|
显示全部楼层
在/usr/X11R6/etc/fonts/fonts.conf里添加 为了小字不使用 antialias)
<match target="pattern">
<test qual="any" name="size" compare="eq">
<int>12</int>
</test>
<edit name="antialias" mode="assign">
<bool>false</bool>
</edit>
</match>
试试看行不行 |
|