ITextLayouter.write

Append text to the current page.

The alias put makes ITextLayouter act as an output range for strings.

  1. void write(string text)
    interface ITextLayouter
    void
    write
    (
    string text
    )
  2. alias put = write

Meta