Struct ab_glyph::OutlinedGlyph [−][src]
pub struct OutlinedGlyph { /* fields omitted */ }
Expand description
A glyph that has been outlined at a scale & position.
Implementations
Constructs an OutlinedGlyph
from the source Glyph
, pixel bounds
& relatively positioned outline curves.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OutlinedGlyph
impl Send for OutlinedGlyph
impl Sync for OutlinedGlyph
impl Unpin for OutlinedGlyph
impl UnwindSafe for OutlinedGlyph
Blanket Implementations
Mutably borrows from an owned value. Read more