标签: ios uifont
关于在Xcode中添加自定义字体的问题。在我将其作为ttf文件添加到我的项目资源后,我可以在我的故事板中的标签内使用它。但我是否也需要将它添加到info.plist文件中?
答案 0 :(得分:7)
是的,您必须在Info.plist中添加自定义字体。您可以使用Integer.toString(charCode,16) Info.plist键(在plist编辑器中显示为UIAppFont)执行此操作。
Integer.toString(charCode,16)
UIAppFont
这是relevant documentation。
一个例子:
Fonts provided by application