Function wrap_measure
pub fn wrap_measure(txt: &str, width: i32, draw_symbols: bool) -> (i32, i32) ⓘ
Available on crate feature
dep_fltk
only.Expand description
Measure the width and height of a text
If width
is non-zero, it will wrap to that width