Imports of package harfbuzz

PathSynopsis
encoding/hexPackage hex implements hexadecimal encoding and decoding.
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/truetypePackage truetype provides support for OpenType and TrueType font formats, used in PDF.
github.com/benoitkugler/textlayout/graphitePackage graphite Graphite implements a "smart font" system developed specifically to handle the complexities of lesser-known languages of the world.
github.com/benoitkugler/textlayout/language
github.com/benoitkugler/textlayout/unicodedataPackage unicodedata provides additional lookup functions for unicode properties, not covered by the standard package unicode.
mathPackage math provides basic constants and mathematical functions.
math/bitsPackage bits implements bit counting and manipulation functions for the predeclared unsigned integer types.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.