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