Imports of package font

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
compress/gzipPackage gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/go-text/typesetting/font/cff
github.com/go-text/typesetting/font/opentypePackage opentype provides the low level routines required to read and write Opentype font files, including collections.
github.com/go-text/typesetting/font/opentype/tables
golang.org/x/image/tiffPackage tiff implements a TIFF image decoder and encoder.
imagePackage image implements a basic 2-D image library.
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.
mathPackage math provides basic constants and mathematical functions.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.