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