|

楼主 |
发表于 2009-10-20 12:59:27
|
显示全部楼层
解决了,在/etc/fonts/fonts.conf 的 </fontconfig> 前面添加下面的代码就OK了
<match target="font">
<edit name="autohint">
<bool>true</bool>
</edit>
<edit name="hintstyle">
<const>hintfull</const>
</edit>
<edit name="antialias">
<bool>true</bool>
</edit>
</match> |
|