我正在创建一个示例应用程序并开始使用自定义字体。但我注意到这些字体看起来像是像素化的还是有点时髦。有没有办法让它们看起来光滑?
这是第一次尝试:
这是我的第二次尝试:
这是我用来生成文本的代码
startButton = UIButton(frame: CGRect.zero)
startButton.setTitle("Get Started", for: .normal)
startButton.setTitleColor(UIColor.white, for: .normal)
startButton.titleLabel?.font = UIFont(name: "DIN-Regular", size: 20)
startButton.backgroundColor = UIColor.rgb(red: 221, green: 94, blue: 13)
//startButton.layer.shouldRasterize = true
startButton.layer.cornerRadius = screenSize.width * 0.015
我的第二次尝试是shouldRasterize = true
我感谢您在何处寻找可能的解决方案。
答案 0 :(得分:-1)
尝试将其更改为DINNextLTPro