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 VerticalOverdraw
impl Send for VerticalOverdraw
impl Sync for VerticalOverdraw
impl Unpin for VerticalOverdraw
impl UnwindSafe for VerticalOverdraw
Blanket Implementations
Mutably borrows from an owned value. Read more
Casts the value.
Casts the value.
type Output = T
type Output = T
Should always be Self
Casts the value.
Casts the value.
Casts the value.