How would I go about creating vertical text in Corona? I tried:
[lua]local advanceTxt = display.newText(“A\nD\nV”, 278, 203, native.systemFont, 15)[/lua]
This doesn’t affect the text at all. I dont want to rotate the text but to “stack” letters on top of eachother.
Thanks