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 OutlineBuilder
impl Send for OutlineBuilder
impl Sync for OutlineBuilder
impl Unpin for OutlineBuilder
impl UnwindSafe for OutlineBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more