As an analogue to Dynamic Image Resolution can we have the same for text?
Viewing the DynamicImageResolution demo on an iPad the text looks horrible because it is being scaled up. Can’t the font size be dynamically scaled instead?
I’m really hoping retina text support for all/any text operations, basically *ANY* text drawn on the screen (for *ANY* UI control or otherwise) will be part of the Corona core functionality some point very soon.
You are part of a growing number of people requesting this, if only we have some form of voting system!
I’m pretty sure I’ve pestered Carlos enough now and it will be coming soon. If he makes good on his comment about the new UI it might even be with us today/tomorrow.
For that matter I would also like to see native support for retina displays for all the new UI widgets text AND images.
In case you didn’t hear about it, Crawl Space made a nice “plug-in” that replaces/overrides some of the functions in Corona, one of which is supporting Retina text.
It works very similar to the crawlspace patch, however, on older non-retina devices, you actually want to handle those differently, because you don’t want to use double the memory for text objects if you don’t have to.
The function above will first make sure you’re on a retina display enabled device, and then it will figure out what to do from there. If you’re on an older device, the display.newText() does the same thing it normally would (without taking up the extra memory it takes to do double-size text and scaling it down). [import]uid: 52430 topic_id: 6224 reply_id: 43347[/import]