我有可以下载 fontName.ttf 的字体链接。现在,当用户选择特定字体时,我想下载该字体并安装并将其用作标签。我可以以编程方式在应用程序提供的 Plist 字体中添加行吗?我应该在哪里保存 fontName.ttf 以便应用程序使用它。
问问题
1376 次
2 回答
0
Settings bundle resides inside your app's bundle, thus - you cannot change it at runtime, only at compile-time. So it is not possible.
You could check out different solutions:
Core Text fonts: Dynamic custom fonts loader in iOS
NSUserDefaults: Can i modify Root.plist in settings bundle dynamically?
于 2013-05-03T08:27:04.087 回答
-1
不可能在运行时无法从捆绑软件中添加和删除任何东西。
于 2013-05-03T08:37:03.320 回答