标签: java opengl text lwjgl drawstring
在使用(TrueTypeFont).drawString(xPos, yPos, "the text");的旧版LWJGL中,我现在想知道你是否可以在文本中使用换行符(例如:\ n),或者你必须每行进行一次函数调用?
(TrueTypeFont).drawString(xPos, yPos, "the text");