I’m not using newRetinaText() because of it’s limitations on iPad 1/2.
I’ve written my own function instead where I use Corona’s newText() function and scale the text-size according to the device it’s running on. This gives me one function that produces sharp text on any device, retina-display or not, and it’s working perfectly for the new iPad.
Now I’m just wondering:
Are there any benefits of using Corona’s newRetinaText() as opposed to using my own function that scales the text?
[import]uid: 70847 topic_id: 23607 reply_id: 323607[/import]
[import]uid: 70847 topic_id: 23607 reply_id: 94998[/import]