#[no_mangle]
pub extern "C" fn ratatui_canvas_text(
handle: *mut c_void,
x: f64,
y: f64,
text: *const c_char,
r: u8,
g: u8,
b: u8,
)Expand description
Draws colored text anchored at (x, y) on the pending canvas.
Coordinates are in data space (see ratatui_canvas_begin).