I have some display.newText that I define with a certain width which automatically pushes any text that is too long for it to the next line.
I can set the width of the text at runtime, but that will only affect it’s mask/container. The text itself starts to get pushed towards the left, into it’s mask causing clipping (as shown in the image).
Is the text’s multi-line calculation only done at creation? Can I call this calculation manually?