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.
如何找出要CGContextSelectFont在 iOS 上使用的系统字体的名称?
CGContextSelectFont
这应该可以解决问题:
[UIFont systemFontOfSize:12].fontName
但是,我不建议使用 method CGContextSelectFont(),因为它将于 9 月 18 日在 iOS 7 中被弃用。这是文档所说的:
CGContextSelectFont()
(在 iOS 7.0 中已弃用。改用 Core Text。)