Function raylib_sys::ImageTextEx

source ยท
pub unsafe extern "C" fn ImageTextEx(
    font: Font,
    text: *const c_char,
    fontSize: f32,
    spacing: f32,
    tint: Color
) -> Image