OK I have this code
local myText = display.newText("", 300, 100, native.systemFont, 12)
myText:setTextColor(255, 255, 255)
myText.text = “Hello World!\nand hello from me\and from me too\noh yes and from me too”
myText.size = 26
All looks fine on the simulator (I get the 3 lines of text) but when ported to my Android the line feeds don’t work instead I get little square symbol where the line feed would have been and all text in one line.
Any ideas as to why the \n standard code won’t work on builds?
I have searched forums but can’t find any leads
Help! [import]uid: 40581 topic_id: 15303 reply_id: 315303[/import]
