leonardoxh / CustomFont

apply any font to your android views!
Apache License 2.0
32 stars 5 forks source link

Request: Cache fonts #1

Open Jawnnypoo opened 9 years ago

Jawnnypoo commented 9 years ago

Instead of creating the Typefaces from assets each time, there should be some caching mechanism to hold the fonts that are in use. You can see the issue highlighted here:

https://code.google.com/p/android/issues/detail?id=9904

leonardoxh commented 9 years ago

Pretty intresting...

I think this is a good idea just need time to implement it.

Jawnnypoo commented 9 years ago

I can submit it as a pull request if you would like. I can also see this library needing to update itself to extend the new tint aware views:

http://developer.android.com/reference/android/support/v7/widget/AppCompatTextView.html

leonardoxh commented 9 years ago

If you can it would be nice :)