Function rust_raylib::ffi::GenImageText
source · pub unsafe extern "C" fn GenImageText(
width: c_int,
height: c_int,
text: *const c_char
) -> Image
Expand description
Generate image: grayscale image from text data
pub unsafe extern "C" fn GenImageText(
width: c_int,
height: c_int,
text: *const c_char
) -> Image
Generate image: grayscale image from text data