igRenderTextClipped

Function igRenderTextClipped 

Source
pub unsafe extern "C" fn igRenderTextClipped(
    pos_min: ImVec2_c,
    pos_max: ImVec2_c,
    text: *const c_char,
    text_end: *const c_char,
    text_size_if_known: *const ImVec2_c,
    align: ImVec2_c,
    clip_rect: *const ImRect,
)