Skip to content

This program easy and fast colorizing your text. It has 18 functions which will be help you with decoration your text.

License

Notifications You must be signed in to change notification settings

SAMAKAKI/ColorizingText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Colorizing text

This program easy and fast colorizing your text.

----------------------------------------------

Examples

#include "colorizing_text.hpp"
using namespace clt;

printf("%s", bg_white(fg_black("SAMAKAKI")).c_str());

On the first plase is a back ground function, on the second plase is a front ground function and on the last plase is a text.

Also are 2 additionally functions. Fisrt function is a fet, This function will be thicken your text. Second function is a italic. This function will be italic your text.

printf("%s", fet("SAMAKAKI").c_str());
printf("%s", italic("SAMAKAKI").c_str());

OR

printf("%s", fet(bg_white(fg_black("SAMAKAKI"))).c_str());
printf("%s", italic(bg_white(fg_black("SAMAKAKI"))).c_str());

About

This program easy and fast colorizing your text. It has 18 functions which will be help you with decoration your text.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages