Struct flo_canvas::FontLinePosition [−][src]
Expand description
Describes where to position a line relative to some text
Fields
offset: f32thickness: f32Trait 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 FontLinePosition
impl Send for FontLinePosition
impl Sync for FontLinePosition
impl Unpin for FontLinePosition
impl UnwindSafe for FontLinePosition
Blanket Implementations
Mutably borrows from an owned value. Read more