pub type OverflowMethod = OverflowMethod;
pub enum OverflowMethod { Fold, Crop, Ellipsis, Ignore, }
Wrap text onto the next line.
Crop text at the boundary.
Crop and append “…”.
Let text overflow (don’t clip).