踩坑就是 使用字体的时候 千万别以为是 ttf 的文件名哦
获取ttf 字体 修改名字
third_font_1

添加到项目中并在 info.plist
文件添加资源

使用
api
public /*not inherited*/ init?(name fontName: String, size fontSize: CGFloat)
label.font = UIFont(name: "third_font_1", size: 25)
没效果
[图片上传失败...(image-6ab510-1659695194311)]
打印
把资源移除和添加 打印 对比
print(UIFont.familyNames)
print(UIFont.familyNames.count)


多出了一个 FZYaSong-M-GBK_YS
测试

网友评论