DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2530 Version: 1.3-current With the attached patch, Fl_Text_Editor is fast again when line wrap mode is on. The patch pre-computes the width of all characters with unicode value <= 0xFF (e.g., Latin). Strings are displayed character by character when they contain only latin characters. Character kerning is lost. Speed is gained. We could define a compile-time variable (say, FL_MAC_DRAW_LATIN_FAST) that would activate this feature, or use this fast version as default, or do nothing. Link: http://www.fltk.org/str.php?L2530 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
