FigletFont Class
Represents a FIGlet font.
public sealed class FigletFont
- Namespace
- Spectre
.Console
Properties
Methods
-
static FigletFont Load
(Stream) - Loads a FIGlet font from the specified stream.
-
static FigletFont Load
(string) - Loads a FIGlet font from disk.
-
static FigletFont Parse
(string) -
Parses a FIGlet font from the specified
string
.
Extension Methods
-
T And
<FigletFont> (Action <FigletFont> ) - Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.