The following only shows a white block where the text should be. If I shorten the text, then it works fine. I verified that the same thing happens when this code is built for and run on the iPhone.
local test = display.newText("Lua is a programming language known for its speed and ease of use by non-programmers, and is commonly used in the game-development industry. The syntax is different from JavaScript, but both share many common semantics.", 0, 0, "Courier", 14)
test:setTextColor(255, 255, 255, 255)
test.y = display.stageHeight/2
[import]uid: 8194 topic_id: 1787 reply_id: 301787[/import]
