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

Re: latest unstable and Xft font rendering



On Wed, 2003-02-26 at 10:59, Nick Monkman wrote:
> Hi all,
> 
> match
> 	any size < 15
> 	any size > 8
> edit
> 	antialias = false;
> 

I did in ~/.fonts.conf:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- ~/.fonts.conf for per-user font configuration -->
<fontconfig>

<match target="pattern">
        <test name="size" compare="less_eq">
                <int>8</int>
        </test>
        <edit name="antialias" mode="assign">
                <bool>false</bool>
        </edit>
</match>

</fontconfig>

This makes anything smaller than 8 not antialiased.  You could drop the
match stanza into /etc/fonts/fonts.conf.  See:

http://wiki.fontconfig.org/cgi-bin/twiki/view/Fontconfig/FontconfigFAQ

Jamie

-- 
Email:        jstrand1@rochester.rr.com
GPG/PGP ID:   26384A3A
Fingerprint:  D9FF DF4A 2D46 A353 A289  E8F5 AA75 DCBE 2638 4A3A




Reply to: