Function fltk::draw::wrap_measure

source ·
pub fn wrap_measure(txt: &str, width: i32, draw_symbols: bool) -> (i32, i32)
Expand description

Measure the width and height of a text

If width is non-zero, it will wrap to that width