However, because the text is being rendered one character at a time, I see that each line does a little ‘readjustment’ when the last word starts to overflow that line.
How do I resolve this stutter and make sure that the typewriter effect plays out smoothly without any stutter?
I’m curious… how would you want the text wrapping to work differently? If it didn’t jump to the next line midway through then it would exceed the boundary of the label and get cut off by the edge of the screen. Would that be preferred?
I don’t think you can do #1 easily. You could clone a single letter (label or image) and use a monospace font and manually create each character that way. And then you’d have to calculate the line length and manually wrap the words.
I don’t think you can do #2, again except by cloning.