Figlet
DisplayRenders ASCII art text.
@using Spectre.Console
@using RazorConsole.Components
<Figlet Content="RazorConsole" Color="Color.Blue" />Parameters
4| Name | Type | Default | Description |
|---|---|---|---|
Appearance | |||
Color | Color? | — | Color of the FIGlet text. Default is Default (console's default color). |
Common | |||
Content | string? | — | Text content to render as FIGlet ASCII art. |
Other | |||
Font | String | — | Custom FIGlet font name or path to .flf file |
Justify | Justify? | — | Horizontal alignment of the FIGlet text. Default is Center. |