pub fn measure_text( text: &str, char_width: usize, line_height: usize, ) -> (usize, usize)
Return size in pixels for text Run text through wrapping strategy first
text