Expand description
Bézier paths.
Structs§
- Contour
- A single curve or subpath within a glyph outline.
- Outline
- A glyph vector outline or path.
- Outline
Builder - Accumulates Bézier path rendering commands into an
Outline
structure. - Point
Flags - Flags that specify what type of point the corresponding position represents.
Traits§
- Outline
Sink - Receives Bézier path rendering commands.