How to draw text on Canvas using drawText API in Jetpack Compose?
Before Compose 1.3.0, there was no drawText(). We couldn’t draw text directly on the Jetpack Compose canvas, we had to use android native canvas canvas.nativeCanvas.drawText to draw text.
The recent release of Jetpack Compose 1.3.0 introduces many ne...
canopas.hashnode.dev1 min read