Expand description
Text formatter.
Structsยง
- Table ๐
- TextRenderer ๐
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.