Text

An object for rendering drawing symbols.

Constructors

this
this(Font font)
Undocumented in source.

Members

Functions

renderFormat
SymbolRender renderFormat(T text, Color!ubyte color)

Outputs characters with color formatting and sequel, renders such text.

renderSymbols
SymbolRender renderSymbols(T text, Color!ubyte color)

Creates symbols for rendering and immediately returns the object of their renderer.

toSymbols
Symbol[] toSymbols(T text, Color!ubyte color)

Draws each character and gives them a relative position to position them correctly in the text.

toSymbolsFormat
Symbol[] toSymbolsFormat(T symbols, Color!ubyte defaultColor)

Outputs text with color and positional formatting.

Meta