Table of Contents

Class FigletFont

Namespace
SharpConsoleUI.Parsing
Assembly
SharpConsoleUI.dll

Represents a parsed FIGlet font loaded from a .flf file.

public class FigletFont
Inheritance
FigletFont
Inherited Members
Extension Methods

Properties

HardBlank

The hardblank character used in the font file.

public char HardBlank { get; }

Property Value

char

Height

Height of each character in lines.

public int Height { get; }

Property Value

int

Methods

GetCharacter(char)

Gets the character bitmap lines for the given character. Returns the space character bitmap if the character is not defined.

public string[] GetCharacter(char c)

Parameters

c char

Returns

string[]

Load(Stream)

Loads a FIGlet font from a stream.

public static FigletFont Load(Stream stream)

Parameters

stream Stream

Returns

FigletFont