JoanZapata / android-iconify

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

italic and bold text in textview #57

Closed danieljonker closed 9 years ago

danieljonker commented 10 years ago

Is the IconTextView able to handle italic and bold styles?

ViliusKraujutis commented 9 years ago

Looks like such code makes icons crappy:

iconTextView.setTypeface(null, item.isImportant() ? Typeface.BOLD : Typeface.NORMAL);
JoanZapata commented 9 years ago

Version 2.0.0 should fix the problem. Available by the end of the week.

ViliusKraujutis commented 9 years ago

:+1: nice! Thank you.

JoanZapata commented 9 years ago

Fixed in develop, will be included in version 2.0.3