又出点问题mandrake10。0的美化
最近心血来潮又装上了mandrake10。0 :twisted::twisted:用他们弄得simsun2.0那个直接美化了一下,效果还可以!!
主要方法是在系统配置工具里面增加新字体!!之后在gnome字体里面打开单色!!
在原来的时候出现的一些美化不彻底的地方在这一版里面没有了!! :mrgreen::mrgreen:
我一直习惯用gnome,突然一天又心血来潮想玩玩icewm,但是在icewm里面字体好像都是圆整边脚的!太难看了,怎么办能像gnome里面的一样?? :?::?: 修改fonts.conf
把相关字体的hint关掉 对修改fonts.conf文件。 我的fonts.conf 有关于hint的都贴出来了,但是应该怎么关掉??注释掉??
<!--
The Bitstream Vera fonts have GASP entries suggesting that hinting be
disabled below 8 ppem, but FreeType ignores those, preferring to use
the data found in the instructed hints.The initial Vera release
didn't include the right instructions in the 'prep' table. Fix this
by disabling hinting manually at smaller sizes (< 8ppem)
-->
<match target="font">
<test name="family">
<string>Bitstream Vera Sans</string>
</test>
<test name="pixelsize" compare="less">
<double>7.5</double>
</test>
<edit name="hinting">
<bool>false</bool>
</edit>
</match>
<match target="font">
<test name="family">
<string>Bitstream Vera Serif</string>
</test>
<test name="pixelsize" compare="less">
<double>7.5</double>
</test>
<edit name="hinting">
<bool>false</bool>
</edit>
</match>
<match target="font">
<test name="family">
<string>Bitstream Vera Sans Mono</string>
</test>
<test name="pixelsize" compare="less">
<double>7.5</double>
</test>
<edit name="hinting">
<bool>false</bool>
</edit>
</match>
<match target="font">
<test name="family">
<string>Raghindi</string>
</test>
<edit name="hinting">
<bool>false</bool>
</edit>
</match>
<match target="font">
<test name="family">
<string>Raghindi</string>
</test>
<edit name="hinting">
<bool>false</bool>
</edit>
<test name="size" compare="less">
<double>11</double>
</test>
<edit name="antialias">
<bool>false</bool>
</edit>
</match> 说错了,应该是把AA关掉……
就是给不想要AA的字体加上这两行:
<edit name="antialias">
<bool>false</bool>
贴张图还有把完整的fonts.conf也贴上来 这个是我的fonts.conf 改过的: 谢谢了,麻烦你了!!
页:
[1]