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