|
发表于 2005-4-13 20:15:09
|
显示全部楼层
安装firefly的libXft,再加下面的配置:
- <match target="font" >
- <!-- check to see if the pattern requested > "medium" -->
- <test compare="more" target="pattern" name="weight" >
- <const>medium</const>
- </test>
- <!-- pretend the font is bold now -->
- <edit mode="assign" name="weight" >
- <const>bold</const>
- </edit>
- </match>
复制代码 |
|