virc.style

Module for dealing with IRC formatting.

Members

Enums

ControlCharacters
enum ControlCharacters

Characters that indicate text style changes.

MIRCColours
enum MIRCColours

Names for the default colours in mIRC-style control codes.

Functions

boldText
auto boldText(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
checkFormatting
ActiveFormatting checkFormatting(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
colouredText
auto colouredText(ulong f, ulong b, T val)
Undocumented in source. Be warned that the author may not have intended to support it.
colouredText
auto colouredText(ulong f, T val)
Undocumented in source. Be warned that the author may not have intended to support it.
colouredText
auto colouredText(RGBA32 f, RGBA32 b, T val)
Undocumented in source. Be warned that the author may not have intended to support it.
colouredText
auto colouredText(RGBA32 f, T val)
Undocumented in source. Be warned that the author may not have intended to support it.
italicText
auto italicText(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
monospaceText
auto monospaceText(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
reverseText
auto reverseText(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
strikethroughText
auto strikethroughText(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
underlinedText
auto underlinedText(T val)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ActiveFormatting
struct ActiveFormatting
Undocumented in source.
ColouredText
struct ColouredText(string fmt, T)
Undocumented in source.
RGBA32
struct RGBA32
Undocumented in source.

Variables

ANSIColours
ubyte[100] ANSIColours;
Undocumented in source.
mIRCColourDefs
RGBA32[100] mIRCColourDefs;
Undocumented in source.

Meta