MAX_CHARS_PER_TEXT_RUN

Constant MAX_CHARS_PER_TEXT_RUN 

Source
pub(crate) const MAX_CHARS_PER_TEXT_RUN: usize = 255;
Expand description

AccessKit’s word_starts uses u8 indices, so text runs cannot exceed this length.