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