chrisjenx / Calligraphy

Custom fonts in Android the easy way...
Apache License 2.0
8.59k stars 1.1k forks source link

android:textStyle="bold" not work #467

Closed QianHong closed 5 years ago

QianHong commented 5 years ago

android:textStyle="bold"

i use the code in my textview ,but it not work.

itsscdachao commented 5 years ago

native code like this "getPaint().setFakeBoldText(true)" maybe help you

chrisjenx commented 5 years ago

This version doesn't support that, take a look at ViewPump.