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
Post a Comment