CanvasText

external interface CanvasText(source)

Since Kotlin

1.1

Inheritors

Functions

Link copied to clipboard
abstract fun fillText(text: String, x: Double, y: Double, maxWidth: Double = definedExternally)
Since Kotlin 1.1
Link copied to clipboard
abstract fun measureText(text: String): TextMetrics
Since Kotlin 1.1
Link copied to clipboard
abstract fun strokeText(text: String, x: Double, y: Double, maxWidth: Double = definedExternally)
Since Kotlin 1.1