pub static TEXT_WRAP_VAR: ContextVar<bool>Expand description
If line breaks are automatically inserted to fill the available space.
The LINE_BREAK_VAR, WORD_BREAK_VAR and HYPHENS_VAR configure how the text is split.
Is true by default.
pub static TEXT_WRAP_VAR: ContextVar<bool>If line breaks are automatically inserted to fill the available space.
The LINE_BREAK_VAR, WORD_BREAK_VAR and HYPHENS_VAR configure how the text is split.
Is true by default.