Text styling utility.
Allows specifying following attributes:
- color
- style
- bold
- italic
- underline
Explamle:
TextStyled t("Hello!");
t.color("#00f06f").bold().italic().underline();
std::cout << t << std::endl;
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Text styling utility.
Allows specifying following attributes:
Explamle:
TextStyled t("Hello!");
t.color("#00f06f").bold().italic().underline();
std::cout << t << std::endl;