|
|

楼主 |
发表于 2006-2-23 14:34:40
|
显示全部楼层
英文字体变宽问题已解决。方案如下
添加下列代码致/etc/fonts/fonts.conf中
<match target="font">
<test target="pattern" name="lang" compare="contains">
<string>zh-tw</string>
<string>zh-cn</string>
<string>ja</string>
<string>ko</string>
</test>
<edit name="spacing">
<const>proportional</const>
</edit>
<edit name="globaladvance">
<bool>false</bool>
</edit>
</match> |
|