如何在 .xib 中添加自定义字体?
我在 info.plist
中添加了自定义字体。但它仅在以编程方式更改时才有效。通过界面生成器通过更改对象属性部分进行尝试时,它不会更改。例如,我使用 UILabel
然后我在属性部分选择自定义字体,但它没有改变字体样式。
通过双击该文件来安装“Harrowprint”字体,并将其添加到我的项目资源文件中。
提前致谢,
Senthilkumar
I added a custom font in info.plist
.But it worked only when programmatically changed.it doesn't change when tried through interface builder by changing the object attribute section. for example i used UILabel
then i choose the custom font in the attribute section but it did not change the font style.
install the "Harrowprint"
font by double clicking the file and also add it in my project resource file.
thanks in advance,
Senthilkumar
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎没有办法,但有一些有吸引力的解决方法。
在界面生成器中使用自定义字体
There doesn't appear to be a way, but there are some attractive work arounds.
Using custom fonts in interface builder