> > I'm using the default fonts type on fltk (FL_HELVETICA.. > > FL_TIMES...) but this fonts when set the size > 30 it has look ugly, > > how can set the nice font on fltk...? > > > A little more background would help: What platform are you on? What > version of fltk? > > Anyway - I guess that you are using some fltk-1.1.x version on linux. > > If that is the case, you need to build fltk configured with the > --enable-xft option, to get font anti-aliasing. By default, fltk builds > without XFT support under X (for backwards compatability with older > platforms) but for any recent system you should enable xft. > > If you are on a win32 platform, then you should be getting anti-aliasing > by default, I think, in which case something else might be wrong... > > OSX is a bit like the X-windows case - the default Carbon/Quickdraw > build setting handles fonts in one way, whilst the Quartz build > (configure with --enable-quartz) handles fonts in another way - the > Quartz version is better at anti-aliasing fonts.
Yes, where X11 is present, Xft will do a good job about pretty-ing fonts. On other hand, if you have your own font and wish to use it, you can redefine built-in table with Fl::set_font(). > > > SELEX Sensors and Airborne Systems Limited > Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 > 3EL > A company registered in England & Wales. Company no. 02426132 > ******************************************************************** > This email and any attachments are confidential to the intended > recipient and may also be privileged. If you are not the intended > recipient please delete it from your system and notify the sender. > You should not copy it or use it for any purpose nor disclose or > distribute its contents to any other person. > ******************************************************************** -- Sanel _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

