#include <polyfonttypes.h>
Definition at line 63 of file polyfonttypes.h.
Data Fields | |
| pfglyph * | glyphs |
| int | loaded |
| SUMOReal | maxx |
| SUMOReal | maxy |
| SUMOReal | minx |
| SUMOReal | miny |
| char * | name |
| int | numglyphs |
Definition at line 72 of file polyfonttypes.h.
Referenced by pfGetChar(), pfGetGlyph(), pfUnloadFont(), and validate().
| int pffont::loaded |
| SUMOReal pffont::maxx |
| SUMOReal pffont::maxy |
| SUMOReal pffont::minx |
| SUMOReal pffont::miny |
| char* pffont::name |
Definition at line 65 of file polyfonttypes.h.
Referenced by pfGetFontName(), pfUnloadFont(), and validate().
Definition at line 71 of file polyfonttypes.h.
Referenced by pfGetChar(), pfGetFontNumGlyphs(), pfGetGlyph(), pfUnloadFont(), and validate().
1.5.6