Hi
Since a couple of Corona versions back I’ve discovered that rotated text will not render.
This works:
local myText = display.newText("Hello World!", 0, 0, native.systemFont, 16)
But this renders nothing:
local myText = display.newText("Hello World!", 0, 0, native.systemFont, 16)
myText.rotation=1
I discovered this while updating an older app - and at first it had to do with the reference point getting messed up and the object falling off screen (the text was in a group), but after some testing it is clear that it applies to any and every text.
I cannot get the text to render neither in the simulator or on a device.
To be clear: this has worked in earlier versions of the Corona Simulator, but seems to be broken as of late. I tested it with build 2011.565 today, and it is still broken.
I am on a Mac by the way. [import]uid: 13935 topic_id: 12293 reply_id: 312293[/import]