[WidgetCandy] RadioButton fontSize vs scale dilema? Do I need to use a small reference size to avoid?

Background
* I’ve currently got the reference size set to large width = 1408, height = 2048. That is these are the content width and height in my config.lua.
* I then develop images in the higher resolution, and then when overlaying small images and placing them on the larger background image I can use the coordinates from the large image (noting the reference size is set to large)
* The imageSuffix scaling then for the app in config.lua is like this:

 [""] = 0.2,   
 ["\_2"] = 0.4,   
 ["\_3"] = 1.0   

Issue
* When laying out RadioButtons in WidgetCandy, noting they have a text and the graphic for the circle, I’m noting that depending on how I set “fontSize” or “Scale” then one of these items isn’t scaling well.
* That is:

(Option A) Font=20, Scale=4
* Circles (from radio buttons) are about right size
* Text however looks terrible (blurry as it’s been scaled)

(Option B) Font=80, Scale=1
* Circles (from radio buttons) are really really smal - no good
* Text good

QUESTION : Do I need to drop my reference size for the application down to that of basic iPhone to avoid this, or is there another way?

[import]uid: 140210 topic_id: 27939 reply_id: 327939[/import]

Hi Mike - not sure if a sample is really need here? i.e. more of a “in concept” question…

Would I be right in saying perhaps the options would be as follows to address?

options:
a) drop my reference size for the application down to that of basic iPhone (as I mentioned) OR
b) redo the gfx_widgets.png graphics to be higher resolution

[import]uid: 140210 topic_id: 27939 reply_id: 113563[/import]