Skip to main content

estimated_line_count

Function estimated_line_count 

Source
pub fn estimated_line_count(
    character_count: usize,
    characters_per_line: f64,
) -> Result<usize, TextBlockError>