Struct font_kit::outline::OutlineBuilder [−][src]
pub struct OutlineBuilder { /* fields omitted */ }Expand description
Accumulates Bézier path rendering commands into an Outline structure.
Implementations
Creates a new empty OutlineBuilder.
Consumes this outline builder and returns the resulting outline.
Resets the outline builder and returns the old outline.
Trait Implementations
Draws a quadratic Bézier curve to a point.
Draws a cubic Bézier curve to a point.
Auto Trait Implementations
impl RefUnwindSafe for OutlineBuilderimpl Send for OutlineBuilderimpl Sync for OutlineBuilderimpl Unpin for OutlineBuilderimpl UnwindSafe for OutlineBuilderBlanket Implementations
Mutably borrows from an owned value. Read more