Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'd really like to download a font file (tff) from my server and load it at runtime as opposed to prepackaging it with the app. That way if I choose later to update, add, or remove a set of font files I won't have to reupload it to the google market.

I was hoping to do something along the lines of: 1. Download relevant file based on conditional logic 2. Load font file in memory 3. Write whatever text 4. Clean file from memory

But is that even possible? Maybe a little dumb but wanted to know what others thought

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.