Contains extension methods for FigletText.
Methods
public static FigletText Fitted(FigletText text)
Sets the Figlet layout mode to Fitted.
Parameters:
text (FigletText)The text.
Returns:
The same instance so that multiple calls can be chained.
public static FigletText FullSize(FigletText text)
Sets the Figlet layout mode to FullSize.
Parameters:
text (FigletText)The text.
Returns:
The same instance so that multiple calls can be chained.
public static FigletText LayoutMode(FigletText text, FigletLayoutMode mode)
Sets the Figlet layout mode.
Parameters:
text (FigletText)The text.
mode (FigletLayoutMode)The layout mode.
Returns:
The same instance so that multiple calls can be chained.
public static FigletText Smushed(FigletText text)
Sets the Figlet layout mode to Smushed.
Parameters:
text (FigletText)The text.
Returns:
The same instance so that multiple calls can be chained.