Module read_fonts::tables::glyf
source · Expand description
The glyf (Glyph Data) table
Modules§
- TrueType hinting bytecode.
Structs§
- A reference to another glyph. Part of CompositeGlyph.
- Flags used in CompositeGlyph
- Point with an associated on-curve flag in a simple glyph.
- Flags describing the properties of a point.
- Marker bits for point flags that are set during variation delta processing and hinting.
- Flags used in SimpleGlyph
- Transform for a composite component.
Enums§
- Anchor position for a composite component.
- Simple or composite glyph.
- Errors that can occur when converting an outline to a path.
- The order to process points in a glyf point stream is ambiguous when the first point is off-curve. Major implementations differ. Which one would you like to match?
Traits§
- Trait for types that are usable for TrueType point coordinates.
Functions§
- Converts a
glyf
outline described by points, flags and contour end points to a sequence of path elements and invokes the appropriate callback on the given pen for each.
Type Aliases§
- The glyf (Glyph Data) table
- The Glyph Header