Draw renders the given text with the provided style and position on the canvas.
(c vg.Canvas, txt string, sty Style, pt vg.Point)
| 32 | // Draw renders the given text with the provided style and position |
| 33 | // on the canvas. |
| 34 | Draw(c vg.Canvas, txt string, sty Style, pt vg.Point) |
| 35 | } |
| 36 | |
| 37 | // XAlignment specifies text alignment in the X direction. Three preset |
no outgoing calls