如何禁止系统使用中文字库内嵌的点阵字体
发表于 : 2006-05-15 16:56
装了ubuntu606之后,发现对8~13大小的字体会使用中文字库内嵌的点阵字体,看习惯了反锯齿的平滑效果,实在看不惯点阵字体,请问如何禁止系统使用中文字库内嵌的点阵字体。
怪怪!iceboundrock 写了:救命啊,我在~/下面放一个.fonts.conf导致我的GNOME速度非常缓慢,简直不能使用。通过终端删除之后就恢复正常了。为什么阿?
代码: 全选
<match target="font">
<test name="family">
<string>STHeiti</string>
<string>STKaiti</string>
<string>STSong</string>
<string>STFangSong</string>
</test>
<edit name="hinting">
<bool>false</bool>
</edit>
<edit name="embeddedbitmap">
<bool>false</bool>
</edit>
</match>