sorry for reposting this, but I still can’t find a solution to this problem.
How do you set a textField font size to work properly across all devices?
My app uses a letterbox scaling with a width and height fitting the iPhone 3G (320 x 480). When I create a textField with a specific text size, it looks fine in the Corona simulator on all devices. However, when I build for the ios simulator the font is grossly undersized for the iPad, but looks ok on both 3G and retina iPhone displays.
I tried to go around this by multiplying the base font size by contentScaleY. After doing that, the text size looks ok on the iPad and 3G, but huge on Retina.
Offcourse I can specify the font size per device, but thats impractical considering the many screen sizes and resolutions of Corona supported devices.
Does any one know how to deal with this, should it be filed as a bug? [import]uid: 33608 topic_id: 19259 reply_id: 319259[/import]
[import]uid: 52491 topic_id: 19259 reply_id: 74317[/import]