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.
是否有支持所有脚本的字体?理想情况下和“Apple”字体,所以我可以在我的 iOS 应用程序中使用它而无需支付版税。
我将在 UILabel 中使用它。
谢谢,彼得
据我所知,iOS 自己处理变音符号语言,并且 iOS 键盘在处理标准系统字体中的重音字符时非常强大。Xcode 甚至支持将大部分(如果不是全部)这些字符直接复制和粘贴到字符串文字中。
tl;dr使用系统字体。( [UIFont systemFontOfSize:mySize];)
[UIFont systemFontOfSize:mySize];