ICO 发表于 2004-1-12 16:55:39

英文字比中文字显得特别粗,怎么解决啊?

我的英文字显得特别粗,就有点象粗体一样,而粗体的英文字特别粗。我上传了一张图,望帮忙。

ICO 发表于 2004-1-12 16:57:41

加上这段本来可以让字体变得细,可是加了之后,英文字体又弯弯曲曲的,请问是什么原因啊?谢谢

<match target="font">
      <test name="pixelsize" compare="less_eq">
                <double>16</double>
      </test>
      <test name="pixelsize" compare="more_eq">
                <double>8</double>
      </test>
      <edit name="antialias" mode="assign">
                <bool>f</bool>
      </edit>
</match>

<match target="font">
      <test name="size" compare="less_eq">
                <double>16</double>
      </test>
      <test name="size" compare="more_eq">
                <double>8</double>
      </test>
      
      <edit name="antialias" mode="assign">
                <bool>f</bool>
      </edit>
</match>
页: [1]
查看完整版本: 英文字比中文字显得特别粗,怎么解决啊?