Recent Posts

Showing posts with label custom font. Show all posts
Showing posts with label custom font. Show all posts

How to embed custom font in iOS iphone app

iOS 3.2 and later support this. Straight from the What's New in iPhone OS 3.2 doc: Custom iOs Font SupportApplications that want to use custom fonts can now include those fonts in their application bundle and register those fonts with the system by including the UIAppFonts key in their Info.plist file. The value of this key is an array of strings identifying the font files in the application’s bundle. When the system sees the...