pub fn container_width_for_measure( characters_per_line: f64, average_character_width_px: f64, ) -> Result<f64, MeasureError>