Text.this

Parses formatted text from binary. Header is the first 4 bytes of the stream.

  1. this(dstring text, CharacterFormattingInfo!BitmapType formatting, Text next, int frontTab, BitmapType icon)
  2. this(ubyte[] stream, Fontset!BitmapType[uint] fonts)
    class Text(BitmapType = Bitmap8Bit)
    @safe pure
    this
    (
    ubyte[] stream
    ,
    Fontset!BitmapType[uint] fonts
    )

Meta