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