Contents:
Str2D
Str2D.equal_width()
Expand each Str2D object to have the same width. Useful for when you want all Str2D objects to have the same width.
args (Tuple[Str2D]) – The Str2D objects to expand.
A list of Str2D objects with the same width.
List[Str2D]