Update README.md

This commit is contained in:
Michael Fogleman 2016-02-24 21:36:44 -05:00
parent 6e542bac45
commit 187c2bb9a5

View File

@ -75,6 +75,8 @@ It is often desired to center an image at a point. Use `DrawImageAnchored` with
## Text Functions ## Text Functions
It will even do word wrap for you!
```go ```go
DrawString(s string, x, y float64) DrawString(s string, x, y float64)
DrawStringAnchored(s string, x, y, ax, ay float64) DrawStringAnchored(s string, x, y, ax, ay float64)