how to add new font to Xcode 3.2?
please tell me how to add new font to iphone xcode3.2. 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 http://cl.ly/97da7a4f67b1b81a540f/content The above methods worked for me in xcode 3.2! Thanks!: step 1: drag your font into your project (prob a good idea to not have spaces in the font name) step 2: add a row to your info.plist file like