文泉驿字体问题
Wednesday, July 5, 2006 4:27:55 AM
默认是不启用的,可以dpkg-reconfigure fontconfig来启用。
2、粗体问题
新装的dapper用上文泉驿的字体很不错,可是粗体太粗了,看的费劲。搜索得到结果,原来是fontconfig的设置问题。
这要更改/etc/fonts/language-selector.conf文件就可了。 添加内容为红色部分。
<match target="font" > <test name="family" compare="contains" > <string>Song</string> <string>Sun</string> <string>Kai</string> <string>Ming</string> </test>
<test name="weight" compare="less_eq">
<int>100</int>
</test> <test compare="more_eq" target="pattern" name="weight" > <int>180</int> </test> <edit mode="assign" name="embolden" > <bool>true</bool> </edit> </match>
具体分析在这里:http://forum.ubuntu.org.cn/viewtopic.php?t=14352&highlight=
3、效率问题
Dapper和Debian的一样,字体包xfonts-wqy都是用gz格式,以前有人讨论过说这种在显示很多文字的页面时速度会比较慢。我没有验证过,但直接从文泉驿网站下载安装就没这个问题了。













How to use Quote function: