Imports of package sfnt

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
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.
golang.org/x/text/encoding/charmapPackage charmap provides simple character encodings such as IBM Code Page 437 and Windows 1252.
imagePackage image implements a basic 2-D image library.
ioPackage io provides basic interfaces to I/O primitives.
mathPackage math provides basic constants and mathematical functions.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.