|
|
发表于 2004-4-5 09:25:48
|
显示全部楼层
回一下这个帖子
今天找到问题根源了,在于autohint,对某些英文字体,这个选项打开之后,字就会变粗。而firefly的patch里面有一段就是专门用来打开这个的(见上一贴)。只要删掉这段,然后,对需要的字体专门指定打开auohint就行了。
格式如下:- <match target="font" >
- <test name="family" >
- <string>Bitstream Vera Sans Mono</string>
- </test>
- <edit name="antialias" >
- <bool>true</bool>
- </edit>
- <edit name="hinting" >
- <bool>true</bool>
- </edit>
- <edit name="autohint" >
- <bool>true</bool>
- </edit>
- </match>
复制代码
下面是关闭了autohint之后,上slashdot的效果图,左边是konqueror,右边是mozilla,都很不错。
 |
|