Custom font is not working in my App?

后端 未结 8 843
小蘑菇
小蘑菇 2020-12-06 22:23

In my iPhone app,

I have included two custom fonts and by referring this steps by stackoverflow questions....

How to include and use new fonts in iPhone SDK?

8条回答
  •  隐瞒了意图╮
    2020-12-06 23:15

    First find that font in your available fonts list:

    NSLog(@"fonts: %@", [UIFont familyNames]);
    

    Then find and input the appropriate name.

提交回复
热议问题