From 187c2bb9a5237535dd554cc9c3642a11754c3580 Mon Sep 17 00:00:00 2001 From: Michael Fogleman Date: Wed, 24 Feb 2016 21:36:44 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7667cfa..7eef84a 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ It is often desired to center an image at a point. Use `DrawImageAnchored` with ## Text Functions +It will even do word wrap for you! + ```go DrawString(s string, x, y float64) DrawStringAnchored(s string, x, y, ax, ay float64)