StyledString

Internal structure to style a string

Constructors

this
this(string unformatted)

Create a styled string

Members

Functions

addStyle
StyledString addStyle(int style)

Add styling to a string

opBinary
string opBinary(string rhs)

Concatenate with another string

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.

Meta