Function msfs::sys::nvgTextBreakLines

source ·
pub unsafe extern "C" fn nvgTextBreakLines(
    ctx: *mut NVGcontext,
    string: *const c_char,
    end: *const c_char,
    breakRowWidth: f32,
    rows: *mut NVGtextRow,
    maxRows: c_int
) -> c_int