Function raylib_sys::ImageDrawText[][src]

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