Hello, is there a way to get the `Path` of a chunk...
# compose
l
Hello, is there a way to get the
Path
of a chunk of text to use for
DrawScope
? I know Android has 2
getTextPath
methods on
android.graphics.Path
, but I didn't find any Compose equivalent blob thinking fast
h
yep, there's no compose equivalent currently. You'll have to drop down to platform APIs