Figlet
ClassFor examples and usage details, see the component documentation.
View Figlet ComponentNamespace:
RazorConsole.ComponentsAssembly:
RazorConsole.CoreDefinition
public class Figlet : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderConstructors
1| Name | Type | Description |
|---|---|---|
Figlet() | Constructor | — |
Properties
4| Name | Type | 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. |
Methods
1| Name | Type | Description |
|---|---|---|
BuildRenderTree(RenderTreeBuilder)() | Method | — |