kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom
/
CanvasText
Canvas
Text
JS
external
interface
CanvasText
Functions
Inheritors
Functions
fill
Text
Link copied to clipboard
JS
abstract
fun
fillText
(
text
:
String
,
x
:
Double
,
y
:
Double
,
maxWidth
:
Double
=
definedExternally
)
measure
Text
Link copied to clipboard
JS
abstract
fun
measureText
(
text
:
String
)
:
TextMetrics
stroke
Text
Link copied to clipboard
JS
abstract
fun
strokeText
(
text
:
String
,
x
:
Double
,
y
:
Double
,
maxWidth
:
Double
=
definedExternally
)
Inheritors
CanvasRenderingContext2D
Link copied to clipboard