|
|
发表于 2004-4-29 14:24:59
|
显示全部楼层
最初由 dlz_cn 发表
前几天放出来得那个 打了 firefly 和 akito patch 的 rpm 包啊
装了就好了.
自己调整一下fonts.conf
加上这个
<match target="font">
<test name="pixelsize" compare="less_eq">
<double>14</double>
</test>
<test name="pixelsize" compare="more_eq">
<double>8</double>
</test>
<edit name="antialias" mode="assign">
<bool>false</bool>
</edit>
</match>
<match target="font">
<test name="size" compare="less_eq">
<double>14</double>
</test>
<test name="size" compare="more_eq">
<double>8</double>
</test>
<edit name="antialias" mode="assign">
<bool>false</bool>
</edit>
</match>
再关掉 autohint
ok了
哪个包,给个链接吧.另外,我比较菜:p ,如何关掉 autohint?请说详细点. |
|