Survival Royale 1.0.0
A very simple yet funny card game.
Loading...
Searching...
No Matches
graphicRendition Struct Reference

Defines a struct for graphic rendition including properties for bold, italic, underlined and colored text. More...

#include <ansi.h>

Data Fields

bool bold
 Boolean flag to determine if the text has to be bold.
bool italic
 Boolean flag to determine if the text has to be italic.
underline underlined
 Flag to determine if the text has to be underlined, singly or doubly.
color color
 The color for the text and the its background.

Detailed Description

Defines a struct for graphic rendition including properties for bold, italic, underlined and colored text.

Definition at line 85 of file ansi.h.

Field Documentation

◆ bold

bool bold

Boolean flag to determine if the text has to be bold.

Definition at line 87 of file ansi.h.

◆ color

The color for the text and the its background.

Definition at line 93 of file ansi.h.

◆ italic

bool italic

Boolean flag to determine if the text has to be italic.

Definition at line 89 of file ansi.h.

◆ underlined

underline underlined

Flag to determine if the text has to be underlined, singly or doubly.

Definition at line 91 of file ansi.h.


The documentation for this struct was generated from the following file: