Function nanovg_sys::nvgTextBoxBounds[][src]

pub unsafe extern "C" fn nvgTextBoxBounds(
    ctx: *mut NVGcontext,
    x: c_float,
    y: c_float,
    breakRowWidth: c_float,
    string: *const c_char,
    end: *const c_char,
    bounds: *mut c_float
)