image: golang.org/x/image/font/plan9font Index | Examples | Files | Directories

Packages imported by plan9font

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.
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.
image/colorPackage color implements a basic color library.
logPackage log implements a simple logging package.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.