最近升到 unstable 設定中原本指定 只要字體小於 19 就不開 antialias
可是卻發現 只要字體大於 & 等於16 就會自動變成 AA 模式
不知道這是bug 還是 小弟設定有錯呢?
以下是小弟的設定 我用的是最新的 fontconfig 2.4 版
<match target="font">
<test name="family">
<string>新細明體</string>
<string>標楷體</string>
<string>細明體-ExtB</string>
<string>細明體</string>
</test>
<test name="pixelsize" compare="less_eq" qual="any"><int>19</int></test>
<edit name="hinting"><bool>true</bool></edit>
<edit name="autohint"><bool>false</bool></edit>
<edit name="antialias" mode="assign"><bool>false</bool></edit>
</match>