pub fn measure_text(
    text: &str,
    char_width: usize,
    line_height: usize
) -> (usize, usize)
Expand description

Return size in pixels for text Run text through wrapping strategy first