JoanZapata / android-iconify

Android integration of multiple icon providers such as FontAwesome, Entypo, Typicons,...
http://joanzapata.com/android-iconify
Other
3.93k stars 527 forks source link

Font size too large to fit in cache #163

Open cj-zeiger opened 8 years ago

cj-zeiger commented 8 years ago

E/OpenGLRenderer( 208): Font size too large to fit in cache. width, height = 511, 638

I'm trying to use iconify to display some pretty large icons on some high res devices and I'm running into this error. Any ideas on how to fix it?

JoanZapata commented 8 years ago

Can you try using an ImageView and programmatically set an IconDrawable as its source ? If that doesn't work, the only workaround I can think of is to disable the hardware acceleration for this view.