Expand description
Font related types.
Modulesยง
- pen ๐
- Types for collecting the output when drawing a glyph outline.
Structsยง
- Advance
Width Batch - Safe batch view for glyph id / horizontal-advance updates.
- Builtin
Font Funcs - Default implementations backed by font tables.
- Font ๐
- An OpenType or PostScript font.
- Font
Feature ๐Variations - Feature variation selections for the layout tables.
- Font
Instance ๐ - A specific instance of a font, with a size and variation settings.
- Font
Instance ๐Builder - Builder for configuring a font instance.
- Font
Table ๐Function - Lazy, per table font data provided by a function.
- Font
Tables ๐ - Individual font table access.
- Font
Variation ๐ - A variation setting for a font instance.
- RawAdvance
Width Batch - Raw C-style view over a batch of glyph ids and advance widths.
Enumsยง
- Font
Blob ๐ - Font data as a blob of bytes.
- Font
Format ๐ - Format for a blob of font data.
- Font
Kind ๐ - The underlying type of a font.
- Font
Source ๐ - Source for font data.
Traitsยง
- Font
Funcs - Customizable font callback surface.
Type Aliasesยง
- Normalized
Coord ๐ - A normalized variation coordinate in 2.14 fixed point in the range [-1.0, 1.0].