Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Custom font in iPhone

I'm new in iphone themes develop, and i want to know how to use custom TTF or OTF fonts on iphone, like one font type for phone pad, other for messages, etc...

Can help me?

like image 946
Preston Avatar asked Jun 02 '11 20:06

Preston


1 Answers

Yes, you can easily use custom TTF fonts in your application. All you need to do is to add the font as a resource and set a key in your Info.plist.

See also this step-by-step guide.

like image 120
DarkDust Avatar answered Sep 24 '22 20:09

DarkDust