What is the recommended way of drawing text inside...
# compose-desktop
r
What is the recommended way of drawing text inside a
Canvas
composable since there is no
drawText
method. I have a requirement where I rotate the canvas and draw some lines with some text. I'm currently using
drawContext.canvas.nativeCanvas.drawText
l
Also want to know, I implement that by adding a
Text
widget