gioui.orggioui.org/text

Imports of package text

PathSynopsis
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
gioui.org/f32Package f32 is a float32 implementation of package image's Point and affine transformations.
gioui.org/fontPackage font provides type describing font faces attributes.
gioui.org/font/opentypePackage opentype implements text layout and shaping for OpenType files.
gioui.org/internal/debugPackage debug provides general debug feature management for Gio, including the ability to toggle debug features using the GIODEBUG environment variable.
gioui.org/io/system
gioui.org/opPackage op implements operations for updating a user interface.
gioui.org/op/clipPackage clip provides operations for defining areas that applies to operations such as paints and pointer handlers.
gioui.org/op/paintPackage paint provides drawing operations for 2D graphics.
github.com/go-text/typesetting/di
github.com/go-text/typesetting/fontPackage font provides an high level API to access Opentype font properties.
github.com/go-text/typesetting/fontscan
github.com/go-text/typesetting/language
github.com/go-text/typesetting/opentype/api
github.com/go-text/typesetting/opentype/api/metadata
github.com/go-text/typesetting/shaping
golang.org/x/exp/slicesPackage slices defines various functions useful with slices of any type.
golang.org/x/image/math/fixedPackage fixed implements fixed-point integer types.
golang.org/x/text/unicode/bidiPackage bidi contains functionality for bidirectional text support.
hash/maphashPackage maphash provides hash functions on byte sequences and comparable values.
imagePackage image implements a basic 2-D image library.
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
osPackage os provides a platform-independent interface to operating system functionality.
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.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.