|
|

楼主 |
发表于 2005-6-16 18:08:18
|
显示全部楼层
Post by findsun
呵呵, 改成180果然好了, 太感谢了!!!
我的配置里面原来就是180,是你没修改好而已,所以我叫你用我贴出的 ;)
- <!--
- 配置粗体中文显示,要配合freetype-2.1.10,libxft-2.1.7,fontconfig-2.3.X
- -->
- <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>[color=Blue]180[/color]</int>
- </test>
- <!-- set the embolden flag -->
- <edit name="embolden" mode="assign">
- <bool>true</bool>
- </edit>
- </match>
复制代码 |
|