Should retina text take up the same “percentage” of the screen on both an iPhone < 4 and iPhone4+? Two screenshots to illustrate. On the iPhone 4 simulator, the text takes up a much bigger piece of the screen,
local myText = display.newRetinaText("This is a longer bit of text", 50, 50, native.systemFont, 16)
myText:setTextColor(255)
Results:
iPhone simulator:
http://www.flashysubstance.com/bugReport/txtlonger_iPhone.jpg
iPhone4 sim:
http://www.flashysubstance.com/bugReport/txtlonger_iphone4.jpg
[import]uid: 32462 topic_id: 16883 reply_id: 316883[/import]