|
而fonts.conf里还留了这样一段:
[PHP] <match target="pattern" >
<test compare="eq" name="family" qual="any" >
<string>NSimSun</string>
</test>
<edit mode="prepend_first" binding="strong" name="family" >
<string>Bitstream Vera Sans</string>
</edit>
</match>[/PHP]
而据我所知,象NSimSun、LiShu、YouYuan的英文间距,如下的代码可以解决:
[PHP]<match target="font">
<edit name="spacing">
<const>proportional</const>
</edit>
<edit name="globaladvance">
<bool>false</bool>
</edit>
</match>[/PHP]
用XP里的SimSun.ttc替换当前的,简单的套用前一段时间glc里的local.conf,
意外地发现,子母"c"、“t”、“e”的尾巴都出来了。 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|