BigBadaboom / androidsvg

SVG rendering library for Android
http://bigbadaboom.github.io/androidsvg/
Apache License 2.0
1.2k stars 231 forks source link

Can This library trace the Text into paths? #239

Closed Egorkansk closed 3 years ago

Egorkansk commented 3 years ago

Can This library trace the Text into paths?

BigBadaboom commented 3 years ago

No it doesn't have that feature. However Android itself has an API for that.

Take a look at the Paint.getTextPath() methods.