On 17 Jan 2009, at 12:55, Fabien Costantini wrote: > Still, the real problem on unix platform is the new UTF8 text > related modifications that semm to alter the rendering drastically. > > I noticed recently the the horizontal text length at same sizes > between 1.1 and 1.3 is bit bigger in 1.3, so you were right on that > point. > Just having a look to the input demo and the selection_color button > easily demonstrates the problem. > > Also, there is a problem of vertical spacing too, just type some > text with chars like j and g and notice that on multiline it is > alas altered with default font (at least). > I'm checking this with related greg recent STR 2122.
Hmmm - this seems odd. I know I saw some differences early on, but I discovered that they were due to the changes to the fltk default build settings (1.1 defaults to Xlib, 1.3 defaults to XFT) and that altered the font rendering a fair bit. When I switched to using --enable-xft for all builds, the font appearance seemed to be the same for code built with 1.1 and with 1.3. But I have not actually checked recently, so there may be something... -- Ian _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

