Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

facecache.h File Reference

#include "paragui.h"
#include "pgdatacontainer.h"
#include <ft2build.h>
#include <map>

Include dependency graph for facecache.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define FT_FLOOR(X)   ((X & -64) / 64)
#define FT_CEIL(X)   (((X + 63) & -64) / 64)
#define PG_FITALIC_ANGLE   0.26f

Typedefs

typedef std::map< int, PG_GlyphCacheItem * > PG_GlyphCache


Define Documentation

#define FT_CEIL  )     (((X + 63) & -64) / 64)
 

Definition at line 5 of file facecache.h.

Referenced by PG_Font::GetFontAscender(), PG_Font::GetFontDescender(), and PG_Font::GetFontHeight().

#define FT_FLOOR  )     ((X & -64) / 64)
 

Definition at line 4 of file facecache.h.

#define PG_FITALIC_ANGLE   0.26f
 

Definition at line 6 of file facecache.h.


Typedef Documentation

typedef std::map<int, PG_GlyphCacheItem*> PG_GlyphCache
 

Definition at line 33 of file facecache.h.


Generated on Tue Jun 24 01:43:09 2008 for Advanced Strategic Command by  doxygen 1.4.2