Expand description
Structs§
- Attrs
- Text styling attributes used to configure font properties, color, and layout.
- Attrs
List - A list of text attributes with default styling and per-range overrides.
- Attrs
Owned - An owned version of
Attrsthat does not borrow the font family slice. - Font
Weight - Visual weight class of a font, typically on a scale from 1.0 to 1000.0.
- Font
Width - Visual width of a font– a relative change from the normal aspect
ratio, typically in the range
0.5to2.0. - Glyph
- Glyph with an offset and advance.
- Glyph
RunProps - Rendering properties shared by a glyph run.
- Text
Brush - A brush wrapper that satisfies Parley’s
Brushtrait bound.
Enums§
- Family
Owned - An owned font family identifier.
- Font
Style - Visual style or ‘slope’ of a font.
- Line
Height Value - Specifies how line height is computed for text layout.
Traits§
Type Aliases§
- Normalized
Coord - Variable font design-space coordinate.