StyledString

Internal structure to style a string

Constructors

this
this(string unformatted)
Undocumented in source.

Members

Functions

addStyle
StyledString addStyle(int style)
Undocumented in source. Be warned that the author may not have intended to support it.
setBackground
StyledString setBackground(int color)
Undocumented in source. Be warned that the author may not have intended to support it.
setForeground
StyledString setForeground(int color)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

unformatted
string unformatted;
Undocumented in source.

Meta