I'm developping an app with monotouch and I must provide a way to change the font for the whole application.
I know I could just set every of my controls font individually but that sounds like a pita ... Is there some kind of application.defaultFont or something similar ?
Also , I'd like to let the user choose that font and it's color , is there a built-in control which does that ? It'd be even greater if I could do that in the iphone settings for the app .
Thanks in advance