Imports of package graphite

PathSynopsis
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/benoitkugler/textlayout/fontsPackage fonts provides supports for parsing several font formats (postscript, bitmap and truetype) and provides a common API, inspired by freetype.
github.com/benoitkugler/textlayout/fonts/binaryreaderPackage binaryreader provides a convenient reader to decode (big endian) binary content.
github.com/benoitkugler/textlayout/fonts/truetypePackage truetype provides support for OpenType and TrueType font formats, used in PDF.
io/ioutilPackage ioutil implements some I/O utility functions.
logPackage log implements a simple logging package.
mathPackage math provides basic constants and mathematical functions.
math/bitsPackage bits implements bit counting and manipulation functions for the predeclared unsigned integer types.
osPackage os provides a platform-independent interface to operating system functionality.
sortPackage sort provides primitives for sorting slices and user-defined collections.