BigBadaboom / androidsvg

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

Can This library trace the Text into paths? #239

Closed Egorkansk closed 2 years ago

Egorkansk commented 2 years ago

Can This library trace the Text into paths?

BigBadaboom commented 2 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.