Figlet

Class

For examples and usage details, see the component documentation.

View Figlet Component
Namespace: RazorConsole.Components
Assembly: RazorConsole.Core

Definition

public class Figlet : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

1
NameTypeDescription
Figlet()Constructor

Properties

4
NameTypeDescription
Appearance
ColorColorColor of the FIGlet text. Default is Default (console's default color).
Common
ContentStringText content to render as FIGlet ASCII art.
Other
FontStringCustom FIGlet font name or path to .flf file
JustifyJustifyHorizontal alignment of the FIGlet text. Default is Center.

Methods

1
NameTypeDescription
BuildRenderTree(RenderTreeBuilder)()Method