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