Function aflak_imgui_sys::ImFont_RenderText[][src]

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