Function rust_raylib::ffi::DrawText

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

Draw text (using default font)