Skip to main content

align_bottom

Function align_bottom 

Source
pub fn align_bottom(
    lines: Vec<Vec<Segment<'_>>>,
    width: usize,
    height: usize,
    style: Style,
) -> Vec<Vec<Segment<'_>>>
Expand description

Align lines to the bottom of a given height.