swift 使用自定义字体

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了swift 使用自定义字体相关的知识,希望对你有一定的参考价值。

//self.statusLabel.font = UIFont.UIFont(name: "HelveticaNeueW23forSKY-Reg", size: 17)
// Or you can replace it with
// You can use it for Labels, TextFields, TextViews ..etc
self.statusLabel.font = UIFont.appRegularFontWith(size: 17)

以上是关于swift 使用自定义字体的主要内容,如果未能解决你的问题,请参考以下文章

UITableViewRowAction 在 Swift 中自定义标题字体大小

Swift 自定义字体剪辑的顶部

自定义 UITabBarItem 的文本颜色和字体导致 swift 出现奇怪的结果

swift 在整个应用程序中设置自定义字体的全局外观。

Swift 之自定义 UIAlertController

是否可以为NSString设置自定义字体和大小?