Skip to main content

OverflowMethod

Type Alias OverflowMethod 

Source
pub type OverflowMethod = OverflowMethod;

Aliased Type§

pub enum OverflowMethod {
    Fold,
    Crop,
    Ellipsis,
    Ignore,
}

Variants§

§

Fold

Wrap text onto the next line.

§

Crop

Crop text at the boundary.

§

Ellipsis

Crop and append “…”.

§

Ignore

Let text overflow (don’t clip).