Function raylib::ffi::ImageTextEx[][src]

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