text
draw.text()
Displays text on screen.
draw.text(text, position, type)
text
String
Text to be drawn on screen.
position
Array
Coordinates where the text or object will be drawn.
type
Number
Determines the drawing mode:
0
: Fill and outline1
: Fill only2
: Outline only