Member - { Blog Details }


blog address: http://findnerd.com/list/view/How-to-use-new-fonts-in-iPhone-SDK/3527/
keywords: Fonts
member since: Jun 19, 2015 | Viewed: 84
How to use new fonts in iPhone SDK?
Category: Technology
Following are the steps to add new fonts which not available in iOS sdk. 1) Download the font file and add that file in resource folder 2) go to App- info.plist and add key "Fonts provided by application" and in value add the name in that font. 3) in code write the name of font file without its extension. If the name of font file is "test.otf", then in code it will be label.font = [UIFont fontWithName:@"test" size:20]; Thats all. For such more Blogs you can visit to http://findnerd.com/NerdDigest
{ More Related Blogs }