ios - to download and install font in iphone while application running -


i have links fonts can download fontname.ttf. when user selects particular font want download , install , use label. can add row in plist fonts provided application programatically? , should save fontname.ttf application use it.

settings bundle resides inside app's bundle, - cannot change @ runtime, @ compile-time. not possible.

you check out different solutions:

core text fonts: dynamic custom fonts loader in ios

nsuserdefaults: can modify root.plist in settings bundle dynamically?


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -