Canvas.drawText
Function/Meaning
Text drawing (not implemented)
Type
Canvasclass
method of
Syntax
drawText(
font
:Font,
x
:int,
y
:int,
text
:string,
color
:int)
Arguments
font
font
x
X position
y
Y position
text
text
color
Color specification
Return value
None (void)
Explanation