TextPathView
TextPathView copied to clipboard
Font Support
Please add support for different kinds of font family. That would really increase the use of this library.
You can use setTypeface(Typeface typeface)
to set font family.
设置字体没有生效,测试的TextView生效了 tpv.setTypeface(Typeface.DEFAULT_BOLD);