分页: 1 / 1

[问题]请问ubuntu下怎样打开粗体字的AA?

发表于 : 2006-10-30 20:35
willcai
我在language-selector.conf里加入如下代码:

代码: 全选

<match target="font">
<test name="family">
<string>SimSun</string>
</test>
<test name="weight" compare="more_eq">
<const>bold</const>
</test>
<edit name="antialias" mode="assign">
<bool>true</bool>
</edit>
</match>
但是没有任何效果 :cry: [/code]

发表于 : 2006-10-30 20:39
eexpress
这样修改~/.fonts.conf试试。