|
发表于 2004-5-22 13:49:17
|
显示全部楼层
默认的就可以 ^_^~
只要在fonts.conf或者local.conf里加入关于假粗体的语句
<!--
Add by firefly@firefly.idv.tw
Artificial bold for fonts without a bold version.
-->
<match target="font">
<!-- check to see if the pattern requested > "medium" -->
<test target="pattern" name="weight" compare="more">
<const>medium</const>
</test>
<!-- pretend the font is bold now -->
<edit name="weight" mode="assign">
<const>bold</const>
</edit>
</match>
xorg不成,必须是xfree(可能版本太高了,也没必要的补丁 -_--) |
|