Imports of package truetype

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/goki/freetype/rasterPackage raster provides an anti-aliasing 2-D rasterizer.
golang.org/x/image/fontPackage font defines an interface for font faces, for drawing text on an image.
golang.org/x/image/math/fixedPackage fixed implements fixed-point integer types.
imagePackage image implements a basic 2-D image library.
mathPackage math provides basic constants and mathematical functions.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
unicode/utf16Package utf16 implements encoding and decoding of UTF-16 sequences.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.