Hey,
I was wondering how I can handle fonts for different screen resolutions. At the moment I use the existing fonts from MoSync installation (verdana13 up to 20). These looks good in MoSync emulator but way too small on my real android device.
So one solution I had in mind was to generate new and larger fonts and use different sets of fonts depending on screen resolution. However, I don't really like this approach because I then have to have lots of different hard resources for all these fonts. Is this the way to go?
Is there any way to scale the font sizes programmatically? Or is there some other way I can handle this problem? I mainly use fonts on Labels ("captions") at the moment, if that makes any difference. I don't use maDrawFont* functions directly.
/Hyui