Expand description
Text formatter.
Structsยง
- Table ๐
- Text
Renderer ๐
Functionsยง
- fill_
cell ๐Formats a cell. Word-wraps based on width, and adjusts based on alignment. - fill_
row ๐Formats a row, filling cells with spaces and word-wrapping text. - split_
chunks ๐Splits the text on whitespace.