Text.toSymbols

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

class Text
@trusted
toSymbols
(
T
)
(,
Color!ubyte color = rgb(0, 0, 0)
)

Parameters

T

String type.

text T

Text.

color Color!ubyte

Color text.

Meta