|
就象这张图上的显示的,偶尔会出现一下,但并不总是出错,英文则没有问题。
SLK 的 Current包,Kernel2.6.15, Xorg6.9.0,KDE3.5.2。
字体英文是Tahoma, 中文是SimSun,/etc/fonts/fonts.conf没有改动过,只是在~/.fonts.conf里加了Simsun防平滑的选项。我贴出来:
<match target="font" >
<test name="family" >
<string>SimSun</string>
</test>
<edit mode="assign" name="antialias" >
<bool>false</bool>
</edit>
<edit name="autohint" >
<bool>false</bool>
</edit>
<edit name="hinting" >
<bool>true</bool>
</edit>
</match>
<!--
Add by firefly@firefly.idv.tw
Artificial bold for fonts without a bold version.
--> <match target="font" >
<test compare="more" target="pattern" name="weight" >
<const>medium</const>
</test>
<edit mode="assign" name="weight" >
<const>bold</const>
</edit>
</match>
其中还有Firefly那段粗体的,但没有什么效果,不知道是不是Xft和Freetype库要打补丁才有效,以前6.8.2时粗体效果很好的。:ask :ask :ask |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|