Skip to main content

approximate_text_width

Function approximate_text_width 

Source
pub fn approximate_text_width(text: &str) -> f64
Expand description

Approximate text width in pixels using a character-width table. Calibrated for ~12px font. For other sizes, use approximate_text_width_at.