Figlet

Display

Renders ASCII art text.

@using Spectre.Console
@using RazorConsole.Components

<Figlet Content="RazorConsole" Color="Color.Blue" />

Parameters

4
NameTypeDefaultDescription
Appearance
ColorColor?Color of the FIGlet text. Default is Default (console's default color).
Common
Contentstring?Text content to render as FIGlet ASCII art.
Other
FontStringCustom FIGlet font name or path to .flf file
JustifyJustify?Horizontal alignment of the FIGlet text. Default is Center.

API