How do I make line breaks in strings drawn with write()? I've tried different combinations of characters and signs and even making a line break in the code itself, but nothing works. Or do I really have to make a new call to write() for each line?
Yes, you need to do a new call, but you can made a function to simulate the line break...
I see, that's what I thought. Thanks.
There is a project based on "dynamic line break" working on... In spanish posts :D
I hope it will be working soon.