pub fn align_top( lines: Vec<Vec<Segment<'_>>>, width: usize, height: usize, style: Style, ) -> Vec<Vec<Segment<'_>>>
Align lines to the top of a given height.