Re: Minimum antialiased font size

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



You can either edit /etc/fonts/local.conf or create a .fonts.conf in
your home directory.  The latter only affects your account.

Here is my ~/.fonts.cache which adds a rule to turn off AA for font
sizes 8-11 (my preference):

<!-- my personal fonts.conf -->
<match target="font">
        <test qual="any" name="size" compare="more">
                <int>7</int>
        </test>
        <test qual="any" name="size" compare="less">
                <int>12</int>
        </test>
        <edit name="antialias" mode="assign">
                <bool>false</bool>
        </edit>
</match>

If you only want to set a minimum font size, remove the first
<test>...</test> condition.

Note that this doesn't seem to work with gnome-terminal (it appears to
ignore the rules).  If anyone has any ideas to solve that, it would be
greatly appreciated.

Regards-
Steve

On Wed, 2003-11-12 at 06:04, Aleks Gerashchenko wrote:
> Can i set minimum font size for antialiased fonts in FC-1?
> 
> Thanks.
> 
> 
> --
> fedora-list mailing list
> fedora-list@xxxxxxxxxx
> http://www.redhat.com/mailman/listinfo/fedora-list




[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux