Re: Titanium Font
Actually, it depends on your screen.
First of all, you need to know what device you have (VGA, QVGA, etc.)
and then, you need to know what resolutions your device will have in both landscape and portrait.
Ex. QVGA is 240x320 and 320x240.
Then, titanium_240X320 and titanium320x240 would be the files I'd look for (you'd look for whatever resolution)
They open in notepad, though I suggest something like notepad++
If you want to quickly replace all the fonts, look for something called fontFamily, and then do a find/replace on all of those with whatever font you want to use. Make sure you copy the new font to the windows directory.
If you want a really slick free font, I suggest monako. I think it looks awesome and I found it the other day, just for this purpose.
|