Function msfs::sys::nvgTextBoxBounds
source · pub unsafe extern "C" fn nvgTextBoxBounds(
ctx: *mut NVGcontext,
x: f32,
y: f32,
breakRowWidth: f32,
string: *const c_char,
end: *const c_char,
bounds: *mut f32
)