pub const MAX_TEXT_BOX_CHARS: usize = 2000;Expand description
Maximum length of a free-floating text box. Much larger than a label since a text box is a paragraph annotation, but still bounded so an accidental paste of a huge string can’t blow up the layout.