Vertically and horizontally align an array of arrays of single line
strings according to the given alignments.
All columns in the returned array will be as tall as the tallest among
them. The given vertical padding string is used to fill available space.
For each column we run the given alignOrthogonal function, where you
can set horizontal alignment and padding to make sure every row, per
column, is of the same width.
Vertically and horizontally align an array of arrays of single line strings according to the given alignments.
All columns in the returned array will be as tall as the tallest among them. The given vertical padding string is used to fill available space.
For each column we run the given
alignOrthogonalfunction, where you can set horizontal alignment and padding to make sure every row, per column, is of the same width.