views:

94

answers:

1
+1  Q: 

Use custom font

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

UIAppFonts description.

vfn