Function nanovg_sys::nvgTextBounds[][src]

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