Using custom font without including in info.plist ios
问题 In iOS if we want to use a custom font we have to include the font.ttf in app bundle and add the font.ttf as a value to font key in the info.plist file. I want to use a custom font whose ttf file will be downloaded from my server after the application is installed in the device. 1: Is it possible to use that font in my application 2: If yes how can I use that font? 回答1: NSData *inData = /* your decrypted font-file data */; CFErrorRef error; CGDataProviderRef provider =