TextTempl.this

Creates a unit of formatted text from the supplied data.

  1. this(dstring text, CharacterFormattingInfo!BitmapType formatting, TextTempl!BitmapType next, int frontTab, BitmapType icon)
    class TextTempl(BitmapType = Bitmap8Bit)
    public @safe pure nothrow
    this
    (
    dstring text
    ,
    CharacterFormattingInfo!BitmapType formatting
    ,
    TextTempl!BitmapType next = null
    ,
    int frontTab = 0
    ,
    BitmapType icon = null
    )
  2. this(TextTempl!BitmapType orig)

Meta