問題描述
iPhone,如何使用objective‑c為iphone安裝新字體? (Iphone,how to install new font to iphone by using objective‑c?)
guys. i have a pdf with a font that is not installed on iphone by default. so,i want my application can install this font by using objective‑c before my customer view this pdf. any advice will be appreciate,thanks.
‑‑‑‑‑
參考解法
方法 1:
In your applications .plist file, add a new property. In the list of properties, there should be something called "Fonts provided by application" ‑ list any fonts that you have added to your app's resources folder. That should get you started :)
(by zhouxiang、Jordan Smith)