grantland / android-autofittextview

A TextView that automatically resizes text to fit perfectly within its bounds.
Apache License 2.0
4.27k stars 689 forks source link

Bold StyleSpan support #73

Open mathiastck opened 8 years ago

mathiastck commented 8 years ago

I am looking into using this library, it seemed to work, but then I realized I had a requirement to add a Bold StyleSpan to part of the text in the TextView. It appeared that after doing that a portion of the text was cut off.

marcouberti commented 7 years ago

Same problem here. If I use a Spannable text view my custom Style the stylized part of the text is not resized.