In legacy LWJGL when you use (TrueTypeFont).drawString(xPos, yPos, "the text");
, I now wonder if you can use line-breaks in the text(like: \n), or you will have to do one function call per row?
Asked
Active
Viewed 51 times
0
-
Did you try it to find out? – Sam M Jul 09 '15 at 19:34
-
It didnt work by using \n – Rasmus G Jul 09 '15 at 21:32