The StyledText is used to manipulate the style when working with the StyledTextBuilder. More...
#include "StyledText.h"
Public Types | |
enum | ColorReference { Default , Highlight , LightHighlight , Comment , Warning , Error } |
Controls color style references. More... | |
enum | TextControl { ClearStyle , Bold , NotBold , Italic , NotItalic , Underline , NotUnderline , LineTrough , NotLineTrough , Header1 , Header2 , Header3 , Text } |
Controls text character formatting. More... | |
Static Public Member Functions | |
static std::string | toString (ColorReference _colorReference) |
Creates a string representation of the provided ColorReference. | |
static ColorReference | stringToColorReference (const std::string &_colorReference) |
Creates a ColorReference from the provided string. | |
The StyledText is used to manipulate the style when working with the StyledTextBuilder.
Controls color style references.
Controls text character formatting.
|
static |
Creates a ColorReference from the provided string.
|
static |
Creates a string representation of the provided ColorReference.