|
|
发表于 2005-3-28 09:57:56
|
显示全部楼层
fonts.conf加入这部分就可以的:
- <!--
- Add by [email]firefly@firefly.idv.tw[/email]
- 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>
复制代码 |
|