Function raylib_sys::DrawText[][src]

pub unsafe extern "C" fn DrawText(
    text: *const c_char,
    posX: c_int,
    posY: c_int,
    fontSize: c_int,
    color: Color
)