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.
我想知道iphone sdk目前支持哪些字体。
只需在您的应用程序中使用此代码段。
NSArray *familyNames = [[NSArray alloc] initWithArray:[UIFont familyNames]]; NSLog(@"Supported fonts : %@",familyNames);
并检查您的日志。您可以找到当前支持 iOS 的所有字体。
http://www.michaelcritz.com/2010/04/02/fonts-for-ipad-iphone/
http://daringfireball.net/misc/2007/07/iphone-osx-fonts
http://blog.lightvoid.net/2008/11/02/iphone-uifont-list/