I'm trying to draw some text in a Graphics object; however, all the methods I'm using (Graphics.drawString(String text), TextLayout.getBounds()) simply ignore '\n' chars, while I want the written text to have several lines. Is it technically possible to draw a new line char or should I draw each line separately?
Thank you.
Pastebin code: http://pastebin.com/XuRBiETk