Optimize|Client|FontLineWrapping: Better findMaxWrap; made thread-safe
FontLineWrapping now uses a findMaxWrap() method that relies on advance widths of individual characters rather than recalculating longer portions of text repeatedly. (Old algorithm #if 0'd.)
FontLineWrapping is also Lockable and locks itself automatically when in use.
Optimize|Client|FontLineWrapping: Better findMaxWrap; made thread-safe
FontLineWrapping now uses a findMaxWrap() method that relies on
advance widths of individual characters rather than recalculating
longer portions of text repeatedly. (Old algorithm #if 0'd.)
FontLineWrapping is also Lockable and locks itself automatically
when in use.