I have a very long text line and I wan to make a multiline paragraph with it. Right now I’m inserting ‘\n’ characters to split it in multiples lines, but some times this method breaks a word in the middle. So there is a method to do something like a text box, that respect the length of a word before insert the new line character?