text
abstract fun text( text: String, font: Font = Font.DEFAULT, color: <Error class: unknown class> = Vec4(x = 1f, y = 1f, z = 1f, w = 1f), padding: Padding = Padding(), width: Int = 0, height: Int = 0, position: <Error class: unknown class> = Vec2.nullVector, onInputEvent: (event: Any?) -> Boolean? = null, init: QuadBuilder.() -> Unit = {}): Quad
Content copied to clipboard
Creates a quad containing text.