pub fn estimated_text_height( line_count: usize, line_height_px: f64, ) -> Result<f64, TextBlockError>