addText

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void addText(const(ImDrawList_t)* self, ImVec2_t pos, uint col, const(char)* text_begin)
    @trusted
    void
    addText
    (
    scope const(ImDrawList_t)* self
    ,
    const ImVec2_t pos
    ,
    uint col
    ,
    scope const(char)* text_begin
    )
  2. void addText(const(ImFontGlyphRangesBuilder_t)* self, const(char)* text, const(char)* text_end)

Meta