[][src]Function imgui_sys::ImFont_CalcTextSizeA

pub unsafe fn ImFont_CalcTextSizeA(
    this: *mut ImFont,
    size: c_float,
    max_width: c_float,
    wrap_width: c_float,
    text_begin: *const c_char,
    text_end: *const c_char,
    remaining: *mut *const c_char
) -> ImVec2
Deprecated since 0.0.22:

please use the _nonUDT2 suffixed version of this function