DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2688
Version: 1.3-current


If I make XUtf8UcsWidth() look more like XUtf8TextWidth() in the vicinity
of the XUtf8IsNonSpacing() call -- namely:

-  ucs = XUtf8IsNonSpacing(ucs);
+  no_spc = XUtf8IsNonSpacing(ucs);
+  if (no_spc) {
+    ucs = no_spc;
+  }

...it begins to work better for my case, at least.


Link: http://www.fltk.org/str.php?L2688
Version: 1.3-current

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to