how to add new font to Xcode 3.2?

priyanka picture priyanka · Jul 28, 2010 · Viewed 10.3k times · Source

please tell me how to add new font to iphone xcode3.2.

Answer

jtbandes picture jtbandes · Jul 28, 2010

This functionality isn't built into UILabel/UIFont in iOS < 3.2. But there is a third-party solution you can use: FontLabel

In iOS 3.2+, there's the UIAppFonts plist key!

Just do this before using it: add your font file (such as myfont.ttf) to your project, then edit the Info.plist like so:

info.plist