Hi,
I use NGUIText.CalculatePrintedSize and I have an wrong return in this case:
using bitmapFont
overflow is ClampContent
alignment : center
multi lines enable.
If width is shorter than a long word, the long word will return to the next line. But when getting NGUIText.CalculatePrintedSize("MySuperMegaLongWord").y it give y as if the long word were on one line.
So when I remove some end letters to display ..., it does not because y is not correct.
Do you know how to fix this?
Thanks
Tinken