Enum embedded_text::style::VerticalOverdraw [−][src]
pub enum VerticalOverdraw {
FullRowsOnly,
Hidden,
Visible,
}Expand description
Vertical overdraw options used by height modes that don’t conform exactly to the text size.
Variants
Only render full rows of text.
Render partially visible rows, but only inside the bounding box.
Display text even if it’s outside the bounding box.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VerticalOverdrawimpl Send for VerticalOverdrawimpl Sync for VerticalOverdrawimpl Unpin for VerticalOverdrawimpl UnwindSafe for VerticalOverdrawBlanket Implementations
Mutably borrows from an owned value. Read more
Casts the value.
Casts the value.
type Output = T
type Output = TShould always be Self
Casts the value.
Casts the value.
Casts the value.