pub unsafe extern "C" fn ImageDrawTextEx(
dst: *mut Image,
font: Font,
text: *const c_char,
position: Vector2,
fontSize: c_float,
spacing: c_float,
tint: Color,
)
Expand description
Draw text (custom sprite font) within an image (destination)