【发布时间】:2012-05-31 08:49:42
【问题描述】:
我的 iPhone 应用中有 3 个 .ttf 文件。它们代表这 3 种字体:
- Gotham 圆角书
- Gotham 圆形中号
- Gotham 圆角粗体
我将所有这些都放在了我的 .plist 中,但是当我这样做时只有 2 个出现:
NSLog(@"%@",[UIFont fontNamesForFamilyName:@"Gotham Rounded"]);
这是记录的内容:
"GothamRoundedMedium-Regular",
"GothamRoundedBook-Regular"
这里出了什么问题?截图如下。
【问题讨论】:
标签: iphone ios xcode fonts truetype