str2d.Str2D.equal_height

classmethod Str2D.equal_height(*args: Str2D) List[Str2D][source]

Expand each Str2D object to have the same height. Useful for when you want all Str2D objects to have the same height.

Parameters:

args (Tuple[Str2D]) – The Str2D objects to expand.

Returns:

A list of Str2D objects with the same height.

Return type:

List[Str2D]