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)
  2. void addText(const(ImFontGlyphRangesBuilder_t)* self, const(char)* text, const(char)* text_end)
    @trusted
    void
    addText
    (
    scope const(ImFontGlyphRangesBuilder_t)* self
    ,
    scope const(char)* text
    ,
    scope const(char)* text_end
    )

Meta