Struct ttf_parser::LineMetrics [−][src]
Expand description
A line metrics.
Used for underline and strikeout.
Fields
position: i16Line position.
thickness: i16Line thickness.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for LineMetrics
impl Send for LineMetrics
impl Sync for LineMetrics
impl Unpin for LineMetrics
impl UnwindSafe for LineMetrics
Blanket Implementations
Mutably borrows from an owned value. Read more