Function DrawTextPro

Source
pub unsafe extern "C" fn DrawTextPro(
    font: Font,
    text: *const c_char,
    position: Vector2,
    origin: Vector2,
    rotation: c_float,
    fontSize: c_float,
    spacing: c_float,
    tint: Color,
)
Expand description

Draw text using Font and pro parameters (rotation)