Join Slack
Powered by
Hello, is there a way to get the `Path` of a chunk...
# compose
l
louiscad
03/30/2024, 12:02 AM
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
Halil Ozercan
03/30/2024, 4:36 AM
yep, there's no compose equivalent currently. You'll have to drop down to platform APIs
3
Views
Open in Slack
Previous
Next