|
|
发表于 2006-1-3 20:44:48
|
显示全部楼层
Post by ganloo
<match target="font" >
<!-- 打开字体的反锯齿即AA,大号字用AA会更美观 -->
<edit mode="assign" name="antialias" >
<bool>t</bool>
</edit>
<edit mode="assign" name="hintstyle" >
<const>hintslight</const>
</edit>
<!-- 打开hint -->
<edit mode="assign" name="hinting" >
<bool>t</bool>
</edit>
<!-- 关闭autohint -->
<edit mode="assign" name="autohint" >
<bool>false</bool>
</edit>
</match>
<edit mode="assign" name="antialias" >
<bool>t</bool>
~~~~~~~~~~~是不是应该是<bool>true</bool> |
|