Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
找不到有关此的任何问题,因此:
场景套件,Xcode 10.1
将字体应用于 SCNText:
结果:
即使我是:
textNode.geometry?.font = UIFont(name: "SF Mono Heavy", size: 170)
它仍然是默认字体外观。
我也尝试了很多其他不同的字体,但没有运气。
我做错了什么?
调试的第一级是验证UIFont对象不是 nil。如果打印对象会发生什么?该编辑器用于 macOS。您确定该字体存在于 iOS 上吗?
UIFont