new (text:String, x:Float, y:Float)
@:value(null)text:String = null
@:value(0)x:Float = 0
@:value(0)y:Float = 0
draw (context:CanvasRenderingContext2D):Void