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 2) Are you using the actual internal font name? It may be different from the ttf filename Search your fonts to get the list of fonts and use that name at all. UIAppFonts ?
NSLog (@ "fonts:% @", [UIFont family names]);
Comments
Post a Comment