From e36457c6f4bed5f7175b146df1e0195e77fe6e50 Mon Sep 17 00:00:00 2001 From: Michael Fogleman Date: Fri, 19 Feb 2016 17:09:51 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cc3f5eb..c986bba 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,10 @@ If you need any of the features below, I recommend using `cairo` instead. - Cubic Beziers - Dashed Lines +## How Do it Do? + +`gg` is mostly a wrapper around `github.com/golang/freetype/raster`. The goal is to provide some more functionality and a simpler API that will suffice for most use cases. + ## Another Example See the output of this example below.