Module outline

Source
Expand description

Bézier paths.

Structs§

Contour
A single curve or subpath within a glyph outline.
Outline
A glyph vector outline or path.
OutlineBuilder
Accumulates Bézier path rendering commands into an Outline structure.
PointFlags
Flags that specify what type of point the corresponding position represents.

Traits§

OutlineSink
Receives Bézier path rendering commands.