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.
我想使用一个 UIWebView,它的排版外观与我所有使用的其他应用程序文本相同[UIFont systemFontOfSize:15]。但在做一些取证研究之前,也许有人知道那到底是什么字体?
[UIFont systemFontOfSize:15]
您应该能够检查由fontName返回的 UIFont 的属性[UIFont systemFontOfSize:15]。
fontName
NSString *fontName = [UIFont systemFontOfSize:15].fontName;
主要是HelveticaNeueInterface-Regular (iOS7+)