On 30.07.2009, at 16:48, Jane wrote: > greetings, > > a guy sent me a shot of my app running on his system in which the > fonts > render upside down. any idea what could cause this? > shot: http://prodatum.sf.net/tmp/fud.jpg > looks like a leopard system (based on the background image), which > is what > I use, but I never got this special effect here. > note that FLTK 1.1.9 is hard linked into the distributed binary.
Thos is a known bug in early ports of FLTK to OS X. It happens if a requested font does not exist and the code to flip the (now replacement) font is not reached. This is easily fixable by upgrading to a more recent version of FLTK. Matthias _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

