ImDrawList_AddText

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void ImDrawList_AddText(ImDrawList* self, ImVec2 pos, ImU32 col, const(char)* text_begin, const(char)* text_end)
    void
    ImDrawList_AddText
    (,
    const ImVec2 pos
    ,,
    const(char)* text_begin
    ,
    const(char)* text_end
    )
  2. void ImDrawList_AddText(ImDrawList* self, ImFont* font, float font_size, ImVec2 pos, ImU32 col, const(char)* text_begin, const(char)* text_end, float wrap_width, ImVec4* cpu_fine_clip_rect)

Meta