draw
open fun draw(text: CharSequence, color: Color, x: Float, y: Float, hAlignment: HAlignment = HAlignment.LEFT, vAlignment: TextVAlignment = TextVAlignment.BASELINE, indentationColumns: Int = 0, startColumn: Int = 0, modelMatrix: Matrix? = null)
The meaning of x,y is dependent on hAlignment and vAlignment. e.g. For HAlignment.CENTER is the center of the rendered text.