[][src]Function raylib_sys::DrawTextRecEx

pub unsafe extern "C" fn DrawTextRecEx(
    font: Font,
    text: *const c_char,
    rec: Rectangle,
    fontSize: f32,
    spacing: f32,
    wordWrap: bool,
    tint: Color,
    selectStart: c_int,
    selectLength: c_int,
    selectTint: Color,
    selectBackTint: Color
)