pub const TEXT_BOX_MAX_ROWS: usize = 512;
The most rows a text box shows. The rows past it are elided from the drawing; the document keeps them.