|
|
发表于 2007-5-14 13:12:26
|
显示全部楼层
Post by zhou3345
兄弟你用的是crt显示器吧。我这里yahei在crt上显示的效果贼好,可在我的本本上,怎么调都有聚集的问题,所以小字体我还是用的wqy。奇怪的是这种粗笔画带彩色的问题在windows下居然很正常。请兄弟们贴一下yahei在字体文件中的配置,我的是:
- <!-- Vista new Simplified Chinese font -->
- <match target="font" >
- <test qual="any" name="family" compare="eq" >
- <string>Microsoft YaHei</string>
- <string>微软雅黑</string>
- </test>
- <edit name="antialias" mode="assign" >
- <bool>true</bool>
- </edit>
- <edit name="autohint" mode="assign" >
- <bool>false</bool>
- </edit>
- <edit name="hinting" mode="assign" >
- <bool>true</bool>
- </edit>
- <edit name="hintstyle" mode="assign" >
- <const>hintmedium</const>
- </edit>
- </match>
复制代码
我对字体要求不高,用的是gentoo版中现成的local.conf
- <match target="font" >
- <edit name="rgba" mode="assign">
- <const>none</const>
- </edit>
- <edit mode="assign" name="antialias" >
- <bool>true</bool>
- </edit>
- <edit mode="assign" name="autohint" >
- <bool>false</bool>
- </edit>
- <edit name="hinting">
- <bool>true</bool>
- </edit>
- <edit name="hintstyle" mode="assign" >
- <const>hintmedium</const>
- </edit>
- </match>
- <match target="font" >
- <test name="family" compare="contains" >
- <string>Microsoft Yahei</string>
- </test>
- <edit name="globaladvance">
- <bool>false</bool>
- </edit>
- <edit name="spacing">
- <int>0</int>
- </edit>
- </match>
复制代码 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|