totond / TextPathView

A View with text path animation!
MIT License
1.91k stars 214 forks source link

Font Support #18

Open zainkhalid91 opened 5 years ago

zainkhalid91 commented 5 years ago

Please add support for different kinds of font family. That would really increase the use of this library.

totond commented 5 years ago

You can use setTypeface(Typeface typeface) to set font family.

DasinWong commented 4 years ago

设置字体没有生效,测试的TextView生效了 tpv.setTypeface(Typeface.DEFAULT_BOLD);