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.
如何将 a 的字体 UITextview设置为期刊字体?
UITextview
[textview setFont:[UIFont fontWithName:@"Helvetica" size:12]];
任何与期刊相关的字体也可以使用。
您应该首先将字体文件添加为 info.plist 中的自定义字体条目以首先使用它,因为它不包含在 iOS 中(我想您知道这只是说)。然后棘手的部分是要知道包含文件中字体的确切名称以及确切的大小写。