ITextLayouter.put

Append text to the current page.

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

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

Meta