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.
我想在我的应用程序中加载 .fnt 格式的字体,我尝试使用与加载 .ttf 字体相同的技术,但它不起作用。
+(UIFont *) orangeFontWithSize:(int) size { return [UIFont fontWithName:@"orange-font.fnt" size:size]; }
请帮助解决这个问题。谢谢
iOS 应用程序当前不支持 .fnt 字体文件。