gpt4 book ai didi

ios - 如何在我的 xcode 项目中添加和使用自定义字体

转载 作者:行者123 更新时间:2023-12-01 19:09:12 24 4
gpt4 key购买 nike

我正在尝试在我的应用程序中添加和使用字体。我已经关注这篇文章以供引用,但我无法让它工作。

我添加了字体 Frutiger95UltraBlack.ttf作为支持文件,然后将其添加到我的 {app-name}-Info.plist。

然后尝试在我的应用程序委托(delegate)中使用它来更改我的 UINavegationBar但什么也没发生。

我错过了什么??

 [[UINavigationBar appearance] setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys:
[UIColor whiteColor], UITextAttributeTextColor,
[UIFont fontWithName:@"Frutiger95UltraBlack" size:16.0], UITextAttributeFont,nil]];

最佳答案

(来自我上面的评论:)[UIFont fontWithName:...]需要字体的 PostScript 名称作为参数,这可能与文件名不同。

关于ios - 如何在我的 xcode 项目中添加和使用自定义字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17774292/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com