kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-dom
/
web.dom
/
CanvasText
Canvas
Text
interface
CanvasText
:
JsAny
(
source
)
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
)