如何禁止系统使用中文字库内嵌的点阵字体
-
- 帖子: 62
- 注册时间: 2006-05-15 11:09
如何禁止系统使用中文字库内嵌的点阵字体
装了ubuntu606之后,发现对8~13大小的字体会使用中文字库内嵌的点阵字体,看习惯了反锯齿的平滑效果,实在看不惯点阵字体,请问如何禁止系统使用中文字库内嵌的点阵字体。
-
- 帖子: 21
- 注册时间: 2006-02-22 12:56
-
- 帖子: 21
- 注册时间: 2006-02-22 12:56
- lvjinhua
- 帖子: 436
- 注册时间: 2006-02-23 14:46
- 来自: 上海
- 联系:
-
- 帖子: 6
- 注册时间: 2006-06-21 2:36
-
- 帖子: 31
- 注册时间: 2005-07-02 9:33
代码: 全选
<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>