Pete French wrote: > > > GSFontAntiAlias > > A boolean value which defaults to NO. If set to YES and the X-Windows (sic) > > system has the XFT extension, then the application will use anti-aliased fonts > > as provided by the X-Windows (sigh) system. > > ...?! > > but 'art' doesnt use the X-Windows fonts does it ? So how can this have any > effect on art as a backend ?
-art uses this default to decide whether to use anti-aliasing at some sizes (9-16 pixels) for screen fonts "by default" (ie. if font format or information in the nfont plist tells it to otherwise, the default is ignored). It's on by default. (And unfortunately, handling of it was a bit broken (anti-aliasing always on) with freetype >=2.1.3 until I fixed it today.) - Alexander Malmberg _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
