toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom
/
CanvasText
Canvas
Text
interface
CanvasText
:
JsAny
Inheritors
CanvasRenderingContext2D
Members
Functions
fill
Text
Link copied to clipboard
abstract
fun
fillText
(
text
:
String
,
x
:
Double
,
y
:
Double
,
maxWidth
:
Double
)
measure
Text
Link copied to clipboard
abstract
fun
measureText
(
text
:
String
)
:
TextMetrics
stroke
Text
Link copied to clipboard
abstract
fun
strokeText
(
text
:
String
,
x
:
Double
,
y
:
Double
,
maxWidth
:
Double
)