Hello, how can I use the new `drawText` of Canvas?...
# compose
n
Hello, how can I use the new
drawText
of Canvas? Couldn’t find resources for how to use it. Thanks!
1
s
You can look here https://android-review.googlesource.com/c/platform/frameworks/support/+/2135315/ and specifically inside the
compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/text/DrawTextDemo.kt
file.
n
wow awesome man appreciate it!