Class FigletSelector
Figlet selector
Inheritance
object
FigletSelector
Namespace: Terminaux.Inputs.Styles
Assembly: Terminaux.dll
Syntax
public static class FigletSelector
Methods
| Edit this page View SourcePromptForFiglet()
Prompts the user for a figlet font
Declaration
public static string PromptForFiglet()
Returns
Type | Description |
---|---|
string | Selected figlet font |
PromptForFiglet(string)
Prompts the user for a figlet font
Declaration
public static string PromptForFiglet(string font)
Parameters
Type | Name | Description |
---|---|---|
string | font | Initial font to select |
Returns
Type | Description |
---|---|
string | Selected figlet font |