CanvasText

JS
1.1
interface CanvasText
(source)

Functions

JS
1.1

fillText

abstract fun fillText (
text : String ,
x : Double ,
y : Double ,
maxWidth : Double = definedExternally )
JS
1.1

measureText

abstract fun measureText ( text : String ) : TextMetrics
JS
1.1

strokeText

abstract fun strokeText (
text : String ,
x : Double ,
y : Double ,
maxWidth : Double = definedExternally )

Inheritors