So I'm working on some of my ideas, and before I get into it to much, can you choose to use any font, font size or style for text inside a native iPhone app?
So a trivia game where I wanted the question to appear in a certain font would have to use a default font or have a separate image for each question?
I assume you can change the size of the default font, but are there different weights and styles (ie. bold, italics, etc.) Is there a list of the default fonts somewhere that I can look at?
NSLog(@"%@", [UIFont familyNames]);
Why would you recommend each question being an image?.