TextPathView icon indicating copy to clipboard operation
TextPathView copied to clipboard

Font Support

Open zainkhalid91 opened this issue 5 years ago • 2 comments

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

zainkhalid91 avatar Apr 15 '19 12:04 zainkhalid91

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

totond avatar Apr 15 '19 14:04 totond

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

DasinWong avatar Aug 18 '20 09:08 DasinWong