Openoffice fonts

fei870614 at gmail.com fei870614 at gmail.com
Tue Sep 13 02:23:25 UTC 2005


在 星期一 12 九月 2005 01:17,Tom^ 写道:
> And also Gaim's fonts look ugly.
>
>
> --
> Tom^

I think if you disable the anti alias mode of the mscorefonts such as 
verdana,times new roman and so on it will be better.

you can do this by adding these lines in your /etc/fonts/local.conf or 
~/.fonts.conf


<match target="font">
        <test compare="eq" name="family" qual="any">
            <string>Verdana</string>
            <string>Times New Roman</string>
            <string>Arial</string>
            <string>Courier New</string>
        </test>
        <test name="pixelsize" compare="more_eq">
                <double>8</double>
        </test>
        <test name="pixelsize" compare="less_eq">
                <double>16</double>
        </test>
        <edit name="antialias">
                <bool>false</bool>
        </edit>
        <edit name="hinting">
                <bool>true</bool>
        </edit>
</match>

so these fonts with the pixelsize between 8 and 16 will be clear.

hope that helps you.




More information about the ubuntu-users mailing list