感謝兩位訪客兄的回應
在下今天才知道原來gnome-font-property的作用
只有吃~/.gtkrc-2.0的程式會聽話
我之前都沒注意到,感謝~
另外,小弟的icewm字型設定是放在~/.icewm/themes/XXX/default.theme
格式已如第二位訪客兄所說的,不過問題依舊
後來小弟乾脆拿掉~/.font.conf(我猜這是gnome-font-property的遺物)
接著去編輯/etc/fonts/local.conf
(參考http://moto.debian.org.tw/viewtopic.php?t=8039&highlight=antialias)
加上這段:
<match target="font" >
<!--
<test compare="contains" name="lang" >
<string>zh-cn</string>
<string>zh-tw</string>
<string>ja</string>
<string>ko</string>
</test>
-->
<test compare="more_eq" name="pixelsize" qual="any" >
<double>8</double>
</test>
<test compare="less_eq" name="pixelsize" qual="any" >
<double>17</double>
</test>
<edit mode="assign" name="antialias" >
<bool>false</bool>
</edit>
</match>
以上動作就完成了
總之,icewm的antialias還是只聽/etc/fonts/那些設定檔的話