|
|
发表于 2006-9-24 01:05:29
|
显示全部楼层
今天也发现了 字体又发虚了 看来还是用local.conf 好
上面的几个 我用wqy 发现不怎么管用
在wenq.org上找到了 Funda Wang 的字体配置文件 用了 问题解决了- <!--
- configurations for WenQuanYi bitmap fonts
- by Funda Wang
- -->
- <match target="pattern">
- <test compare="more_eq" name="pixelsize">
- <double>12</double>
- </test>
- <test compare="less_eq" name="pixelsize">
- <double>16</double>
- </test>
- <edit name="family" mode="append" binding="strong">
- <string>WenQuanYi Bitmap Song</string>
- </edit>
- </match>
- <match target="pattern">
- <test compare="more_eq" name="size">
- <double>9</double>
- </test>
- <test compare="less_eq" name="size">
- <double>12</double>
- </test>
- <edit name="family" mode="append" binding="strong">
- <string>WenQuanYi Bitmap Song</string>
- </edit>
- </match>
复制代码 |
|