如何在项目期间使用xcode导入新字体

时间:2011-05-13 12:31:30

标签: iphone fonts custom-font

  

可能重复:
  Can I embed a custom font in an iPhone application?

喜!大家好,我有一个问题我需要在xcode中插入名为Apple LiGothic Medium的新字体,以便我可以在我的应用中使用它。

请别人帮助我

2 个答案:

答案 0 :(得分:6)

答案 1 :(得分:0)

如果你有一个你想要并且合法可以使用的字体版本,你可以这样做(自iOS版本3.2起):

将字体文件添加到Xcode中的项目中(例如,在参考资料中)。 将密钥UIAppFonts添加到info.plist文件并使其成为数组类型。 将字体文件名添加到数组中。 例如,使用它[UIFont fontWithName:@“fontnamr”size:20]。