Expand description
Processing and drawing glyphs.
Structsยง
- Bitmap
Glyph - A glyph defined by a bitmap.
- Color
Glyph - A glyph defined by a COLR glyph description.
- Glyph
- Positioned glyph.
- Glyph
Run ๐ - A sequence of glyphs with shared rendering properties.
- Glyph
RunBuilder - A builder for configuring and drawing glyphs.
- Outline
Glyph - A glyph defined by a path (its outline) and a local transform.
- Outline
Path ๐ - Prepared
Glyph - A simplified representation of a glyph, prepared for easy rendering.
- Prepared
Glyph ๐Run
Enumsยง
Constantsยง
- HINTING_
OPTIONS ๐
Traitsยง
- Glyph
Renderer - Trait for types that can render glyphs.
Functionsยง
- prepare_
bitmap_ ๐glyph - prepare_
colr_ ๐glyph - prepare_
glyph_ ๐run - Prepare a glyph run for rendering.
- prepare_
outline_ ๐glyph
Type Aliasesยง
- Normalized
Coord - A normalized variation coordinate (for variable fonts) in 2.14 fixed point format.