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]; }
これに関して助けてください。ありがとう