Nat Strangerweather
03/19/2021, 8:00 PMTextDelegate
as kindly suggested here to use text on my canvas. But beyond that I am a little lost and would welcome some examples of how to position words precisely, for instance. Googling is not helping much as yet. 😅Francois Morvillier
03/19/2021, 9:00 PMCanvas(modifier = Modifier.fillMaxSize()) {
// ...
drawContext.canvas.nativeCanvas.drawText("text", x, y, Paint())
}