#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 |
|
|
Definition at line 5 of file facecache.h. Referenced by PG_Font::GetFontAscender(), PG_Font::GetFontDescender(), and PG_Font::GetFontHeight(). |
|
|
Definition at line 4 of file facecache.h. |
|
|
Definition at line 6 of file facecache.h. |
|
|
Definition at line 33 of file facecache.h. |
1.4.2