[Fontconfig] fontconfig 2.1.91

Adam Sampson azz at gnu.org
Wed Mar 5 12:05:16 EST 2003


fontconfig at fontconfig.org (Keith Packard) writes:

> We've got bitmaps for 'Times' and Helvetica as well as Fixed and when apps 
> ask for these by name, they get them.  And they're quite ugly.

They're not that bad, particularly when compared to the versions
rendered from the URW outline fonts.

I'm currently doing this sort of thing in my .fonts.conf to use the
bitmap versions for non-antialiased text and the freefont outline
equivalents for antialiased text when "Times" is specified:

<match>         
        <test name="family"><string>Times</string></test>
        <test name="antialias"><bool>true</bool></test>
        <edit name="family" binding="strong">
                <string>FreeSerif</string>
        </edit>
</match>

-- 
Adam Sampson <azz at gnu.org>                  <URL:http://azz.us-lot.org/>




More information about the Fontconfig mailing list