分页: 1 / 1

轻量级桌面字体渲染与daemon的问题

发表于 : 2008-12-07 20:37
xeoc
不开daemon下面的代码就不起作用,又不想装gnome setting daemon....

代码: 全选

<!--Global settings for improving fonts rendering-->
    <match target="font">
        <edit name="autohint">
            <bool>false</bool>
        </edit>
        <edit name="hinting">
            <bool>true</bool>
        </edit>
        <edit name="hintstyle">
            <const>hintslight</const>
        </edit>
        <edit name="antialias">
            <bool>true</bool>
        </edit>
        <edit name="rgba" mode="assign">
            <const>rgb</const>
        </edit>
    </match>