views:

21

answers:

1

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??

A: 

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.

Evadne Wu
Thanks, Evadne. It doesn't get me what I need, so I'm resorting to pngs and a kern table.