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


The 3rd attached patch (fast_mac_text3.patch) is a proposal to close
properly this STR. It implements a fast algorithm for fl_width()
based on memorization of the widths of all unicode characters for
each font. These widths are memorized by blocks as done in
src/fl_font_win32.cxx. Only blocks of characters used in some text are
memorized.
fl_draw() and fl_text_extents() are implemented
as before, using core text, but after having deactivated character 
kerning, so they produce strings the same width as the sum of the 
widths of their characters.


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

Reply via email to