TextLayout.insert

Plain text editing api. These work at the current caret inside the selected inline element.

  1. void insert(char[] text)
  2. void insert(dchar ch)
    class TextLayout
    void
    insert
    (
    dchar ch
    )

Meta