drawString

fun drawString(text: String, x: Double, y: Double, color: Int = ColorUtil.textcolor)
fun drawString(text: String, x: Int, y: Int, color: Int = ColorUtil.textcolor)