How to use custom font?(font that doesn't exist in iphone)
+3
A:
Since you mention iphone-sdk-4.0
as one of your tags, it means that you can use the UIAppFonts
key on your app. UIAppFonts
was introduced on iOS 3.2.
The key to be added on your property list: http://developer.apple.com/library/ios/#documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW3
vfn
2010-09-20 03:00:28