[][src]Module embedded_text::style::vertical_overdraw

Vertical overdraw options.

Structs

FullRowsOnly

Only render full rows of text.

Hidden

Render partially visible rows, but only inside the bounding box.

Visible

Display text even if it's outside the bounding box.

Traits

VerticalOverdraw

Implementors of this trait specify how drawing vertically outside the bounding box is handled.