Skip to content

julijan/cpp-text-styled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

Text styling utility.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors