Function draw_text_n

pub fn draw_text_n(string: &str, x: i32, y: i32)
Available on crate feature dep_fltk only.
Expand description

Like draw_text, however uses FLTK’s fl_draw which takes the length of the string, so it doesn’t need to allocate