Skip to main content

align_top

Function align_top 

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

Align lines to the top of a given height.