Hello,
First of all what is retina text?
And how can I use it?
Second question is that my app uses text more than images and the text looks great on the corona simulator but when i add it on my IOS device it looks like the text gets blury, it does keep the same resolution as on the simulator. I have provided some code below of what I use for texts.
Any suggestions to fix this?
Thanks in advance!
- Michael
[code]
– Again, it looks fine on simulator then on device it changes.
local text = display.newText(“NameOfText”,0, 0,“FontName”, 15);
text:setTextColor( 0, 255, 0)
[import]uid: 23689 topic_id: 22056 reply_id: 322056[/import]
[import]uid: 52491 topic_id: 22056 reply_id: 87811[/import]