Expand description
Types for collecting the output when drawing a glyph outline.
Structs§
- Control
Bounds Pen - Pen that generates the control bounds of a glyph outline.
- NullPen
- Pen that drops all drawing output into the ether.
- SvgPen
- Pen that generates SVG style path data.
Enums§
- Path
Element - Single element of a path.
- Path
Style - Style for path conversion.
Traits§
- Outline
Pen - Interface for accepting a sequence of path commands.