Function raylib::ffi::DrawTextRecEx[][src]

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