[][src]Function imgui_sys::ImFont_RenderText

pub unsafe extern "C" fn ImFont_RenderText(
    self_: *mut ImFont,
    draw_list: *mut ImDrawList,
    size: f32,
    pos: ImVec2,
    col: ImU32,
    clip_rect: ImVec4,
    text_begin: *const c_char,
    text_end: *const c_char,
    wrap_width: f32,
    cpu_fine_clip: bool
)