Function nanovg_sys::nvgTextBreakLines[][src]

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