ovenbits-ingredients / garnish-android

Style helpers for Android apps
0 stars 0 forks source link

Cache Typefaces #1

Open vinc3m1 opened 10 years ago

vinc3m1 commented 10 years ago

createFromAsset loads a font from memory every time it's called. Here's an example use of an LruCache to cache fonts.

Also check out Calligraphy :wink:

scttymn commented 10 years ago

Thank you @vinc3m1! I hadn't seen Calligraphy.