So I’ve tried a bunch of them, but right now I’m using CrawlSpace games library which adds in retina support for text. But, no matter what I do all my text and buttons look horrible:
https://img.skitch.com/20110814-tyee7i62e3du4mr725m7r9e4n1.jpg
A button creation example would be:
myButton = widget.newButton{
id = “grabURL”,
label = “Grab URL”,
onEvent = grabURL,
emboss = false,
font = native.systemFont
}
and for the status bar, I’m just doing:
appToolbar.label = “Looking Bad”
Am I missing something? Or very likely doing something wrong?
Also, If I change from an iPhone 4 to 3 in the simulator, the text on the iphone 3 is super tiny.
Thanks!
[import]uid: 19193 topic_id: 13822 reply_id: 313822[/import]