Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS Custom Fonts [duplicate]

Possible Duplicate:
Can I embed a custom font in an iPhone application?

I am creating a label and I need it to use a custom font, or Tahoma. I installed the custom font on my Mac and in IB, when I edit the UILabel and choose that custom font, the text's font changes but as soon as I hit enter or finish changes, the font goes back to its default font.

On the other hand, Tahoma doesn't change at all.

I came cross this article that shows the default iOS fonts. Tahoma is not listed. Is not possible to install a custom font in my app to use?

If so, how?

like image 572
darksky Avatar asked Nov 04 '22 15:11

darksky


1 Answers

Duplicate: Can I embed a custom font in an iPhone application?

Use the UIAppFonts key in the Info.plist file.

like image 107
Avi Avatar answered Nov 14 '22 23:11

Avi