please tell me how to add new font to iphone xcode3.2.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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: