Expand description
Higher level interface for accessing font data.
Modules§
- font 🔒
- Font representation.
- once 🔒
- Choose between std::sync::OnceLock and once_cell::race::OnceBox based on the
stdfeature. - pen
- Types for collecting the output when drawing a glyph outline.
Structs§
- 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.
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.
Type Aliases§
- Normalized
Coord - A normalized variation coordinate in 2.14 fixed point in the range [-1.0, 1.0].