package
0.0.0-20240927105425-f6cbe64b58da
Repository: https://github.com/gxde-os/golang-gxde-dev.git
Documentation: pkg.go.dev
# Functions
Parse parses an SFNT font, such as TTF or OTF data, from a []byte data source.
ParseCollection parses an SFNT font collection, such as TTC or OTC data, from a []byte data source.
ParseCollectionReaderAt parses an SFNT collection, such as TTC or OTC data, from an io.ReaderAt data source.
ParseReaderAt parses an SFNT font, such as TTF or OTF data, from an io.ReaderAt data source.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ErrColoredGlyph indicates that the requested glyph is not a monochrome vector glyph, such as a colored (bitmap or vector) emoji glyph.
ErrNotFound indicates that the requested value was not found.
# Structs
Buffer holds re-usable buffers that can reduce the total memory allocation of repeated Font method calls.
Collection is a collection of one or more fonts.
Font is an SFNT font.
LoadGlyphOptions are the options to the Font.LoadGlyph method.
Segment is a segment of a vector path.
# Type aliases
GlyphIndex is a glyph index in a Font.
NameID identifies a name table entry.
SegmentOp is a vector path segment's operator.
Units are an integral number of abstract, scalable "font units".