pub fn measure_text_width(face: &FontFace, font_size: f32, text: &str) -> f32
Expand description

Return the width in pixels for the specified text, face and size.