On 05/02/11 02:49, Mike Werner wrote: > Why are my labels so ugly on my new system compared to my old system? > It happens when I use large, italicized, fonts. My old system was > Windows XP 32 bit running FLTK 1.0.11. The new system is XP 64 bit > running FLTK 1.3. Both systems have pretty good graphics cards with > anti-aliasing turned on. The labels are nicely anti-aliased on the > old system, but are badly aliased on the new system? Hopefully, > there's a switch somewhere I can throw?
Font rendering is inherently anti-aliased on recent Windows platforms, using whatever anti-aliasing is selected for the desktop (i.e. it's a system setting, not a fltk option.) MS provide quite a variety of rendering options, several of which work very well indeed. Older windows systems were not anti-aliased by default, though options were provided to enable it. IIRC it was off by default in XP (I may be wrong about that) though I think they did provide options that would anti-alias (e.g. ClearType, which works quite well.) The actual fonts being selected may matter - is it possible the fonts being selected are "non-standard" in some way? _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

