|
楼主 |
发表于 2006-1-7 09:22:14
|
显示全部楼层
Post by ganloo
1.5-2重新使用了libxft,因为一些用户反映pango+cairo在一些网站时太慢了,不过只要你修改了local.conf还是有粗体的(应该需要xorg7.0)。
请问怎么改local.conf?
已经有这个配置了
<!--
Synthetic emboldening for fonts that do not have bold face available
-->
<match target="font">
<!-- check to see if the font is just regular -->
<test name="weight" compare="less_eq">
<int>100</int>
</test>
<!-- check to see if the pattern requests bold -->
<test target="pattern" name="weight" compare="more_eq">
<int>180</int>
</test>
<!-- set the embolden flag -->
<edit name="embolden" mode="assign">
<bool>true</bool>
</edit>
</match> |
|