13 Sep
2010
13 Sep
'10
9:28 p.m.
On Mon, 13 Sep 2010 13:18:51 -0400, James Lovejoy <jameslovejoy@tiscali.co.uk> wrote:
I'm not sure what xft really does. And I wouldn't say they are antialiased because at font size 12 they look very jagged.
Xft = Freetype = font rasterization engine. Basically it gives your program support for things like anti-aliasing and TrueType fonts. Try building FLTK2 with ./configure --disable-xft and see what it does. ~Benjamin