Function rust_raylib::ffi::ImageDrawText
source · pub unsafe extern "C" fn ImageDrawText(
dst: *mut Image,
text: *const c_char,
posX: c_int,
posY: c_int,
fontSize: c_int,
color: Color
)
Expand description
Draw text (using default font) within an image (destination)