For some reason I can’t find it but was there ever an api released for retina text?
Thanks. [import]uid: 23649 topic_id: 18650 reply_id: 318650[/import]
For some reason I can’t find it but was there ever an api released for retina text?
Thanks. [import]uid: 23649 topic_id: 18650 reply_id: 318650[/import]
Its the same as display.newText()
display.newRetinaText(string, x, y, [width], [height], font, fontSize)
[import]uid: 19626 topic_id: 18650 reply_id: 71645[/import]
Thanks. I’m still a bit lost, whenever i use it it still looks blurry. (I havent touched corona/programed in a month or so)
Thanks.
[import]uid: 23649 topic_id: 18650 reply_id: 71656[/import]
Are you using an iPad or the iPad simulator? It only does Retina on the iPhone 4(s) and the simulator in iPhone4 mode.
[import]uid: 19626 topic_id: 18650 reply_id: 71658[/import]
Your right, that did change, now the simulator doesn’t show retina graphics at all! How annoying.
Thanks. [import]uid: 23649 topic_id: 18650 reply_id: 71662[/import]
Regarding retina text:
display.newText() has been modified to handle “retina text” automatically, and therefore display.newRetinaText() has been deprecated since it is no longer needed.
The changes will be reflected in the next daily build (the one posted *after* 2012.770).
[import]uid: 52430 topic_id: 18650 reply_id: 94931[/import]