Struct ab_glyph::Outline [−][src]
pub struct Outline {
pub bounds: Rect,
pub curves: Vec<OutlineCurve>,
}
Expand description
A “raw” collection of outline curves for a glyph, unscaled & unpositioned.
Fields
bounds: Rect
Unscaled bounding box.
curves: Vec<OutlineCurve>
Unscaled & unpositioned outline curves.
Implementations
Convert unscaled bounds into pixel bounds at a given scale & position.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Outline
impl UnwindSafe for Outline
Blanket Implementations
Mutably borrows from an owned value. Read more