I've added a UIAppFont to my plist, and, happily, am able to write a custom font to my display.
Now, if I had to display this custom font in a very large size with a yellow outline and purple in the middle- how in the world would I achieve that??
I've added a UIAppFont to my plist, and, happily, am able to write a custom font to my display.
Now, if I had to display this custom font in a very large size with a yellow outline and purple in the middle- how in the world would I achieve that??
NSAttributedString
is available on iOS 3.2/4. Maybe that’s what you’d like to try. The NSAttributedString Application Kit Additions Reference has all the constants that are available.