Function rust_raylib::ffi::ImageTextEx

source ·
pub unsafe extern "C" fn ImageTextEx(
    font: Font,
    text: *const c_char,
    fontSize: c_float,
    spacing: c_float,
    tint: Color
) -> Image
Expand description

Create an image from text (custom sprite font)