无法在iPhone应用中使用自定义字体

时间:2012-05-24 18:15:46

标签: iphone ios xcode fonts true-type-fonts

我的iPhone应用程序中有3个.ttf文件。它们代表这三种字体:

  • Gotham Rounded Book
  • Gotham Rounded Medium
  • Gotham Rounded Bold

我把所有这些都放在我的.plist中,但是当我这样做时只出现了2个:

NSLog(@"%@",[UIFont fontNamesForFamilyName:@"Gotham Rounded"]);

这是记录的内容:

"GothamRoundedMedium-Regular",
"GothamRoundedBook-Regular"

这里出了什么问题?屏幕截图如下。

enter image description here

enter image description here

1 个答案:

答案 0 :(得分:1)

这可能是由于您未在目标中包含gothamroundedbold.ttf的原因,因为在图片中。 选择辅助导航器 检查缺少的字体文件的成员身份。在我的情况下,它被检查,在你的情况下,它应该是未选中的 enter image description here `