gpt4 book ai didi

ios - 字体名称 :size: How to import own font to project?

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:45:29 24 4
gpt4 key购买 nike

我尝试将自己的字体导入到项目中,但遇到困难。我做了研究,发现 this但是从 iOS 3.2 开始,这个功能是内置的。如果你需要支持 pre-3.2,你仍然可以使用这个解决方案。我为 iOS 5.0 创建应用程序。

我正在尝试使用 fontWithName:size:docs表示 字体的完整指定名称。这个名称结合了字体系列名称和字体的特定样式信息。所以我把我的显示名称放在那里。

cell.textLabel.font = [UIFont fontWithName:@"Sansation-Light" size:10.0];

但它不起作用。我在哪里存储这种字体?在我的项目中?那是正确的名字吗?我的字体名称是:Sansation_Light.ttf

最佳答案

为此,

  You have to add  key   "Fonts provided by application" in your info.plist .   
for that key add your ttf file name for ex: "Sansation_Light.ttf" .
it works fine for me.

关于ios - 字体名称 :size: How to import own font to project?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10300491/

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