drawText

abstract fun drawText(text: String, x: Float, y: Float, style: TextStyle)

Draws a single line of text starting at the given top-left position. Newline characters are not interpreted — pass already- wrapped lines from the layout engine.