Face

Face with color of type SomeColor.

struct Face {
string[] tagsHTML;
Color foregroundColor;
Color backgroundColor;
bool bright;
bool italic;
}

Meta