xcode4 - How to use FUTURA-Bold font in my iPhone app -


I'm trying to use a footer-board in my app but it's not working as it should be needed. I installed the font in my system, duplicated the font in my code processing. Edit the info.plist with the font name.

Any ideas ???

Thank you,

1) Have you registered as a member code (TTF ) To insert file name, type the array of type made plist entry UIAppFonts ?

2) Are you using the actual internal font name? It may be different from the ttf filename

  NSLog (@ "fonts:% @", [UIFont family names]);   

Search your fonts to get the list of fonts and use that name at all.

Comments