|
发表于 2005-3-2 23:48:04
|
显示全部楼层
Post by lachesis
还是不行,我还是用1.0版吧。你的freetype或者fontconfig是不是打过补丁啊,我用Gentoo的freetype和fontconfig怎么都去不掉点阵字体。
不好意思,看错了
你是不要点阵阿
fonts.conf只加
- <match target="font">
- <edit name="antialias"><bool>true</bool></edit>
- <edit name="hinting"><bool>false</bool></edit>
- <edit name="autohint"><bool>false</bool></edit>
- </match>
复制代码
就行 |
|