Formatting (bold, underline, etc.) More...
#include <ANSI.hpp>
Static Public Member Functions | |
static std::string | Bold () |
Get the character sequence to enable Bold Bold More... | |
static std::string | BoldOff () |
Get the character sequence to disable Bold Bold More... | |
template<typename T > | |
static std::string | Bold (T wrap) |
Format a given message in Bold Bold More... | |
static std::string | Dim () |
Get the character sequence to enable Dim Dim More... | |
static std::string | DimOff () |
Get the character sequence to disable Dim Dim More... | |
template<typename T > | |
static std::string | Dim (T wrap) |
Format a given message in Dim Dim More... | |
static std::string | Underline () |
Get the character sequence to enable Underline Underline More... | |
static std::string | UnderlineOff () |
Get the character sequence to disable Underline Underline More... | |
template<typename T > | |
static std::string | Underline (T wrap) |
Format a given message in Underline Underline More... | |
static std::string | Blinking () |
Get the character sequence to enable Blinking Blinking More... | |
static std::string | BlinkingOff () |
Get the character sequence to disable Blinking Blinking More... | |
template<typename T > | |
static std::string | Blinking (T wrap) |
Format a given message in Blinking Blinking More... | |
static std::string | Invert () |
Get the character sequence to enable Invert Invert More... | |
static std::string | InvertOff () |
Get the character sequence to disable Invert Invert More... | |
template<typename T > | |
static std::string | Invert (T wrap) |
Format a given message in Invert Invert More... | |
static std::string | Hidden () |
Get the character sequence to enable Hidden Hidden More... | |
static std::string | HiddenOff () |
Get the character sequence to disable Hidden Hidden More... | |
template<typename T > | |
static std::string | Hidden (T wrap) |
Format a given message in Hidden Hidden More... | |
Formatting (bold, underline, etc.)
|
static |
Get the character sequence to enable Blinking Blinking
|
static |
Format a given message in Blinking Blinking
|
static |
Get the character sequence to disable Blinking Blinking
|
static |
Get the character sequence to enable Bold Bold
|
static |
Format a given message in Bold Bold
|
static |
Get the character sequence to disable Bold Bold
|
static |
Get the character sequence to enable Dim Dim
|
static |
Format a given message in Dim Dim
|
static |
Get the character sequence to disable Dim Dim
|
static |
Get the character sequence to enable Hidden Hidden
|
static |
Format a given message in Hidden Hidden
|
static |
Get the character sequence to disable Hidden Hidden
|
static |
Get the character sequence to enable Invert Invert
|
static |
Format a given message in Invert Invert
|
static |
Get the character sequence to disable Invert Invert
|
static |
Get the character sequence to enable Underline Underline
|
static |
Format a given message in Underline Underline
|
static |
Get the character sequence to disable Underline Underline