Imports of package gg

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/golang/freetype/rasterPackage raster provides an anti-aliasing 2-D rasterizer.
github.com/golang/freetype/truetypePackage truetype provides a parser for the TTF and TTC file formats.
golang.org/x/image/drawPackage draw provides image composition functions.
golang.org/x/image/fontPackage font defines an interface for font faces, for drawing text on an image.
golang.org/x/image/font/basicfontPackage basicfont provides fixed-size font faces.
golang.org/x/image/math/f64Package f64 implements float64 vector and matrix types.
golang.org/x/image/math/fixedPackage fixed implements fixed-point integer types.
imagePackage image implements a basic 2-D image library.
image/colorPackage color implements a basic color library.
image/drawPackage draw provides image composition functions.
image/jpegPackage jpeg implements a JPEG image decoder and encoder.
image/pngPackage png implements a PNG image decoder and encoder.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
mathPackage math provides basic constants and mathematical functions.
osPackage os provides a platform-independent interface to operating system functionality.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.