$treeview $search $mathjax
Stratagus
2.2.6
$projectbrief
|
$projectbrief
|
$searchbox |
_________ __ __ / _____// |_____________ _/ |______ ____ __ __ ______ \_____ \\ __\_ __ \__ \\ __\__ \ / ___\| | \/ ___/ / \| | | | \// __ \| | / __ \_/ /_/ > | /\___ \ /_______ /|__| |__| (____ /__| (____ /\___ /|____//____ > \/ \/ \//_____/ \/ ______________________ ______________________ T H E W A R B E G I N S Stratagus - A free fantasy real time strategy game engine
#include <font.h>
font.cpp - The color fonts. | |
CFontColor (const std::string &ident) | |
~CFontColor () | |
static CFontColor * | New (const std::string &ident) |
static CFontColor * | Get (const std::string &ident) |
Public Attributes | |
std::string | Ident |
SDL_Color | Colors [MaxFontColors] |
CFontColor::CFontColor | ( | const std::string & | ident | ) |
CFontColor constructor
CFontColor::~CFontColor | ( | ) |
CFontColor destructor
CFontColor * CFontColor::New | ( | const std::string & | ident | ) | [static] |
Create a new font color
ident | Font color identifier |
CFontColor * CFontColor::Get | ( | const std::string & | ident | ) | [static] |
Get a font color
ident | Font color identifier |
std::string CFontColor::Ident |
SDL_Color CFontColor::Colors[MaxFontColors] |