Function raylib::ffi::ImageDrawText[][src]

pub unsafe extern "C" fn ImageDrawText(
    dst: *mut Image,
    text: *const i8,
    posX: i32,
    posY: i32,
    fontSize: i32,
    color: Color
)