I try to install Tamil font name Bamini.ttf in xcode 4.2 and I made the specific changes in info.plist.
Yet its not showing in Interface builder? Can any one help me to sort out this issue?
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.
As far as I know new font that you’ve installed will never be listed in Interface builder.However you can use it in your project like this:
Import
yourfont.ttfinto your project (check the “copy items into destination group’s folder” and “add to targets”).Open appname-info.plist
a. add a new row and name it
Fonts provided by application(It’s an array of strings)b. add an entry with the
Bamini.ttfThen try the following code
*Font name can be different form file name. You can check font name by opening that font.

this will work for sure.