Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

CSFont.h File Reference

#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


Typedef Documentation

typedef std::vector<CSFont *> CSFonts
 

Definition at line 18 of file CSFont.h.

typedef std::map<int, SDL_Surface *> ColorFontMap
 

Definition at line 20 of file CSFont.h.


Variable Documentation

const int FONT_STYLE_NONE = 0
 

Definition at line 22 of file CSFont.h.

Referenced by CSGrafikElement::init().

const int FONT_STYLE_UNDERLINE = 1
 

Definition at line 23 of file CSFont.h.

Referenced by HTMLElement::buildDisplay(), and CSFont::putString().

const int FONT_STYLE_BOLD = 2
 

Definition at line 24 of file CSFont.h.

Referenced by HTMLElement::buildDisplay(), and CSFont::putString().

const int FONT_STYLE_ITALIC = 4
 

Definition at line 25 of file CSFont.h.

Referenced by HTMLElement::buildDisplay(), and CSFont::putString().


Generated on Wed Jul 14 00:43:43 2004 for CSLib by doxygen 1.3.6