Hello, so I’m using TextMesh Pro and I was wondering if it is possible and if so, how could I indent a line that is wrapped.
I have some text that is dynamically changing so I can’t just insert the indent manually. If I could determine where and what word was being wrapped I could use the tag <indent=2%> some text </indent>
At the beginning of each sentence there is a bullet, so the first line won’t need to be indented. Only when it starts wrapping.
As can be seen in the image below, I want the text in the 2nd and 3rd line to be indented.
I’ve considered using string.Split(’
') and indenting at the beginning of each line, but I don’t think it would work considering its wrapped, not entered. I can’t think of any other way to do it. If you have any ideas, they would be greatly appreciated.
Please ask any questions if you are confused.