iPhone中非系统字体的名称

hpi*_*que 5 iphone fonts cocoa-touch uifont ios

我想在我的iPhone/iPad应用程序中添加非系统字体.

我已将字体文件添加到项目中,并将字体添加到UIAppFontsinfo.plist 的属性中.

要加载我使用的字体fontWithNameUIFont.但是字体的名称似乎不是文件名,有或没有扩展名,也没有出现在Font Book中的名称.

UIFont* font = [UIFont fontWithName:@"What goes here?" size:10];
Run Code Online (Sandbox Code Playgroud)

我在哪里可以找到字体的名称

Jos*_*der 5

UIFont+familyNames,然后+fontNamesForFamilyName:应该做的伎俩.