Skip to main content

Module layout

Module layout 

Source
Expand description

Pure text-layout functions: word wrapping and sentence segmentation.

Both functions have zero IO and work on any platform. word_wrap_bytes depends on crate::rendering::text_render for script detection and width measurement, and crate::html_text::Line for output.

Functionsยง

sentences_with_ranges
word_wrap_bytes