how to create a multiple line of text without using text field?
in
Programming Questions
•
3 years ago
hi there,
does anyone know how to create a multiple line of text? I know how to create a canvas and how to start type on it, but the problem is, after the string's width is bigger than the canvas' width, I want to automatically set the typing cursor to be below the current typed word. I understand that I might be able to achieve this using text field, but I'm not that aesthetically pleased with having a text field on my canvas. So is there any solution?
Thank you very much guys :)
does anyone know how to create a multiple line of text? I know how to create a canvas and how to start type on it, but the problem is, after the string's width is bigger than the canvas' width, I want to automatically set the typing cursor to be below the current typed word. I understand that I might be able to achieve this using text field, but I'm not that aesthetically pleased with having a text field on my canvas. So is there any solution?
Thank you very much guys :)
1