FigletFont Class

Represents a FIGlet font.
public sealed class FigletFont
Namespace
Spectre.Console

Properties

int Baseline
Gets the font's baseline.
int Count
Gets the number of characters in the font.
static FigletFont Default
Gets the default FIGlet font.
int Height
Gets the height of the font.
int MaxWidth
Gets the font's maximum width.

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.