pub unsafe extern "C" fn canvas_draw_str(
canvas: *mut Canvas,
x: i32,
y: i32,
str_: *const c_char,
)Expand description
Draw string at position of baseline defined by x, y.
ยงArguments
canvas- Canvas instancex- anchor point x coordinatey- anchor point y coordinatestr- C-string