FigletText

Represents text rendered with a Figlet font.

Represents text rendered with a Figlet font.

Constructors

public FigletText(string text)

Initializes a new instance of the FigletText class.

Parameters:

text (string)
The text.
public FigletText(FigletFont font, string text)

Initializes a new instance of the FigletText class.

Parameters:

font (FigletFont)
The Figlet font to use.
text (string)
The text.

Properties

Justification : Justify?

Gets or sets the justification.

LayoutMode : FigletLayoutMode

Gets or sets the Figlet layout mode.

Pad : bool

Gets or sets a value indicating whether or not the right side should be padded.