Class FigletSelector
Figlet selector
Inheritance
object
FigletSelector
Namespace
Syntax
public static class FigletSelector
Methods
PromptForFiglet()
Prompts the user for a figlet font
Returns
string
Selected figlet font
Declaration
public static string PromptForFiglet()
PromptForFiglet(string)
Prompts the user for a figlet font
Returns
string
Selected figlet font
Declaration
public static string PromptForFiglet(string font)
Parameters
| Name | Type | Description |
|---|---|---|
| font | string | Initial font to select |