fontconfig@xxxxxxxxxxxxxx (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@xxxxxxx> <URL:http://azz.us-lot.org/>