#include "SDL.h"
#include "CSPicture.h"
Go to the source code of this file.
Data Structures | |
class | CSFontData |
class | CSFont |
class | CSFontLoader |
Typedefs | |
typedef std::vector< CSFont * > | CSFonts |
typedef std::map< int, SDL_Surface * > | ColorFontMap |
Variables | |
const int | FONT_STYLE_NONE = 0 |
const int | FONT_STYLE_UNDERLINE = 1 |
const int | FONT_STYLE_BOLD = 2 |
const int | FONT_STYLE_ITALIC = 4 |
|
|
|
|
|
Definition at line 22 of file CSFont.h. Referenced by CSGrafikElement::init(). |
|
Definition at line 23 of file CSFont.h. Referenced by HTMLElement::buildDisplay(), and CSFont::putString(). |
|
Definition at line 24 of file CSFont.h. Referenced by HTMLElement::buildDisplay(), and CSFont::putString(). |
|
Definition at line 25 of file CSFont.h. Referenced by HTMLElement::buildDisplay(), and CSFont::putString(). |