How do I include a font with my iPhone application?

后端 未结 2 2031
醉话见心
醉话见心 2020-12-28 10:49

I\'ve already seen this post:

Can I embed a custom font in an iPhone application?

which is helpful, but I\'d love to simply load the font via:



        
2条回答
  •  梦毁少年i
    2020-12-28 11:20

    To add onto August's answer above, you need to add a "Fonts provided by application" key to the plist file, and add the complete file name of the font (including extension). Then the font will appear in the family printout and you can use that name to set the font.

提交回复
热议问题