Hello;
How do I know if a text string will fit completely in a text box--including the font,size, wordwrap etc settings? Is there a way to see if the last period in the string is actually showing?
thanks for your time.
yours
winkr7
Develop games in your browser. Powerful, performant & highly capable.
You can get the real text size using expressions Text.TexWidth and Text.TextHeight
Thankyou dop2000, you are very helpful.