我的桌面字体为何如此模糊?
发表于 : 2005-10-16 13:38
我不用圆体好像有版权,我把所有的字体都改为firefly newsung了。下面是贴图:
果然不是,但是我下载了firefly newsung好像还是如此,是不是大家都有这个问题maniac 写了:这不是firefly newsung,好像是文鼎的另外一个宋体
代码: 全选
<!-- Disable antialias for some size fonts 8-16 --> <match target="font" >
<test compare="more_eq" name="pixelsize" qual="any" >
<double>8</double>
</test>
<test compare="less_eq" name="pixelsize" qual="any" >
<double>16</double>
</test>
<edit mode="assign" name="antialias" >
<bool>false</bool>
</edit>
</match>
<match target="font" >
<test compare="contains" target="pattern" name="lang" >
<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>