- Home /
How can I force word wrap to wrap texts from right to left?
How can I force word wrap to wrap texts from right to left?
like this:
Hello, there.
--->
.there
Hello,
Comment
Best Answer
Answer by Jeff Lowe · Feb 10, 2010 at 10:06 PM
You could break the string into an array (separated by spaces), then reassemble the string by accessing the array from last entry to first.
Thanks for answer, I know, But I don't know how to calculate the length of the string in pixels.
Answer by andeeee · Feb 10, 2010 at 07:39 PM
I don't think there is any way to do this in Unity. You could request the feature with the Report Bug application.
Your answer