msfs::sys

Function nvgTextBox

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