Function raylib_sys::DrawTextRec[][src]

pub unsafe extern "C" fn DrawTextRec(
    font: Font,
    text: *const c_char,
    rec: Rectangle,
    fontSize: f32,
    spacing: f32,
    wordWrap: bool,
    tint: Color
)