From 6e542bac45fa89e1d507d227eb92edb76e9f8f6e Mon Sep 17 00:00:00 2001 From: Michael Fogleman Date: Wed, 24 Feb 2016 21:30:09 -0500 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 79618b7..7667cfa 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,9 @@ It is often desired to center an image at a point. Use `DrawImageAnchored` with ```go DrawString(s string, x, y float64) DrawStringAnchored(s string, x, y, ax, ay float64) +DrawStringWrapped(s string, x, y, ax, ay, width, lineSpacing float64, align Align) MeasureString(s string) (w, h float64) +WordWrap(s string, w float64) []string SetFontFace(fontFace font.Face) LoadFontFace(path string, points float64) ```