How to calculate width of TextObject?
There has a TextObject to show multiline string. I want change it width to show 40 words each line.
So I will calculate width of a TextObject which has 40 words.
How can I do?
So I will calculate width of a TextObject which has 40 words.
How can I do?
Comments
The Text object has "AutoWidth" property that allows to display the longest line in a text without wordwrap. Is this what you need?