Skip to main content

soft_wrap_text_position

Function soft_wrap_text_position 

Source
pub fn soft_wrap_text_position(
    text: &str,
    offset: usize,
    max_width: usize,
) -> (usize, usize)
Expand description

Returns (row, col) for byte_offset after applying the same soft-wrap rules used by soft_wrap_line.