mojo:mojo.graphics.Canvas.DrawText
Draws text.
Draws text using the current Color, BlendMode and Matrix.
Parameters | |
---|---|
text |
text The text to draw. |
tx |
tx X coordinate to draw text at. |
ty |
ty Y coordinate to draw text at. |
handleX |
handleX X handle for drawing. |
handleY |
handleY Y handle for drawing. |