gpt4 book ai didi

ios - 如何向我的应用程序添加自定义字体?

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

<分区>

编辑:我明白了!答案贴在下面。谢谢 JSD!

我一定遗漏了什么,因为我认为这是一个相当简单的过程。我已经将字体复制到我的项目文件夹中。我正在尝试使用此代码在表格单元格上的 UILabel 中使用字体:

UILabel *cellTitle = [[UILabel alloc] initWithFrame:CGRectMake(10, 10, 300, 40)];
cellTitle.font = [UIFont fontWithName:@"Source Sans Pro Black" size:50];
[cell.contentView addSubview:cellTitle];

它似乎不起作用。文本出现但不使用自定义字体。我错过了什么?

编辑:显然如果我改用这段代码

cellTitle.font = [UIFont fontWithName:@"Source Sans Pro" size:50];

这行得通,但它仅使用我的 pList 文件数组中的最后一种字体,这只是该字体的常规版本。以前有人遇到过这个问题吗?

这些代码都不起作用:

cellTitle.font = [UIFont fontWithName:@"Source Sans Pro Bold" size:50];
cellTitle.font = [UIFont fontWithName:@"Source Sans Pro Regular" size:50];

这是我的字体书中的字体:

enter image description here

P列表文件:

enter image description here

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