pub fn characters_per_line( container_width_px: f64, average_character_width_px: f64, ) -> Result<f64, ReadableTextError>