I want to break a string over several lines in
drawTextRelative(0, low()-2, "This goes on first line. This goes on second line.", Color.green, null, Text.ONBOTTOM | Text.LEFT | Text.BOLD, "Arial", 9, counter++)
How to do?
-------
atlas
drawTextRelative(0, low()-2, "This goes on first line. This goes on second line.", Color.green, null, Text.ONBOTTOM | Text.LEFT | Text.BOLD, "Arial", 9, counter++)
How to do?
-------
atlas
Comment