Canopascanopas.hashnode.dev·Nov 11, 2022How 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...AndroidAdd a thoughtful commentNo comments yetBe the first to start the conversation.