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/go-text/typesetting/fontPackage font provides an high level API to access Opentype font properties.
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
github.com/go-text/typesetting/language
github.com/go-text/typesetting/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.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.