https://kotlinlang.org logo
#compose
Title
# compose
r

Rafs

01/03/2021, 11:42 AM
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
4 Views