Function draw_text2

pub fn draw_text2(
    string: &str,
    x: i32,
    y: i32,
    width: i32,
    height: i32,
    align: Align,
)
Available on crate feature dep_fltk only.
Expand description

Draws a string starting at the given x, y location with width and height and alignment