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
: FigletLayoutModeGets or sets the Figlet layout mode.
Pad
: boolGets or sets a value indicating whether or not the right side should be padded.