Struct flo_canvas::TextLayoutMetrics [−][src]
Expand description
The layout metrics for a piece of text
Fields
inner_bounds: (Coord2, Coord2)The bounding box of the text that was laid out - using the height of the font and the offsets of the glyphs
pos: Coord2The point where the next glyph will be positioned
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 TextLayoutMetrics
impl Send for TextLayoutMetrics
impl Sync for TextLayoutMetrics
impl Unpin for TextLayoutMetrics
impl UnwindSafe for TextLayoutMetrics
Blanket Implementations
Mutably borrows from an owned value. Read more