Hi,
I started exploring Gideros recently and building my first app. So I'm a newbie to Gideros. I'm wondering how can I change the font size? I don't want to use custom font. I just want to use the system default font but change it's size. I know I can use TTFont.new("fontfile.ttf", size) to create a font handle with the desired size. But I don't have the font file. It seems the default font on iPhone 4S is Helvetica Neue, but the default size I get by doing TextField.new(nil, "blahblah") is really tiny.
Is there a way to do something like TextField.new(nil, "blahblah", 40) or textfield.setFontSize(40)?
Your help is much appreciated. Thank you!
Regards,
Kapil
Comments
evs
Likes: Zizanyman, rolfpancake