[][src]Function raylib::ffi::DrawTextRec

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