drawString

fun drawString(text: String, x: Int, y: Int, color: Int)

Draws text on screen

Parameters

text

the text to draw

x

X position of the text

y

Y position of the text

color

color of the text

Sources

Link copied to clipboard