msfs::sys

Function nvgText

Source
pub unsafe extern "C" fn nvgText(
    ctx: *mut NVGcontext,
    x: f32,
    y: f32,
    string: *const c_char,
    end: *const c_char,
) -> f32