|
楼主 |
发表于 2003-9-25 10:07:08
|
显示全部楼层
xfce是使用gtk2的设定吧,我是修改/etc/fonts/fonts.conf的
<match target="font">
<test name="pixelsize" compare="less_eq">
<double>12</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>12</double>
</test>
<test name="size" compare="more_eq">
<double>8</double>
</test>
<edit name="antialias" mode="assign">
<bool>f</bool>
</edit>
</match> |
|