So, using NGUI 3.9.1, Unity 4.6.2f1, we have a strange text wrapping bug on UILabel that seems to be intermittent. At times, words will get cut and isolated characters will appear on the line below, as per this example.
We can't reproduce this EVERY time; sometimes it is fine, sometimes it isn't. We've tried a number of 'fixes' (specifying max lines, enabling float spacing) to no avail, and I can only assume that sometimes a calculation is made correctly, and other times it isn't?
I've seen other posts regarding this, but nothing that truly seems to have a solution. I wonder whether it is typeface specific (some will, some won't) but if anyone could shed any light on the matter, that would be ace.