Cannot render rotated text object

Hi

Since a couple of Corona versions back I've discovered that rotated text will not render.

This works:

1
local myText = display.newText("Hello World!", 0, 0, native.systemFont, 16)

I ran into the same issue, and I found that if you set antialias=true in your config.lua file, text will disappear as soon as it's rotated. This is on version 2011.591

Thanks for the report guys.

I will look into it and pass it onto the team :)

I fought with this one for a while and figured out the issue with antialias as well. Hope this gets fixed soon!

We've just hit this issue as well. It works when rotated at any 90 degree angle, e.g. 0, 90, 180, -90 but any other angle causes the text to disappear.

Tested in 2011.608

views:1392 update:2011/10/11 15:24:38
corona forums © 2003-2011