![]() |
SUMO - Simulation of Urban MObility
|
#include <polyfonttypes.h>

Data Fields | |
| pfglyph * | glyphs |
| int | loaded |
| double | maxx |
| double | maxy |
| double | minx |
| double | miny |
| char * | name |
| int | numglyphs |
Definition at line 63 of file polyfonttypes.h.
| pfglyph* pffont::glyphs |
Definition at line 72 of file polyfonttypes.h.
Referenced by pfGetChar(), pfGetGlyph(), pfUnloadFont(), and validate().
| int pffont::loaded |
Definition at line 66 of file polyfonttypes.h.
Referenced by pfUnloadFont().
| double pffont::maxx |
Definition at line 69 of file polyfonttypes.h.
Referenced by pfGetFontBBox(), pfUnloadFont(), and validate().
| double pffont::maxy |
Definition at line 70 of file polyfonttypes.h.
Referenced by pfGetFontBBox(), pfUnloadFont(), and validate().
| double pffont::minx |
Definition at line 67 of file polyfonttypes.h.
Referenced by pfGetFontBBox(), pfUnloadFont(), and validate().
| double pffont::miny |
Definition at line 68 of file polyfonttypes.h.
Referenced by pfGetFontBBox(), pfUnloadFont(), and validate().
| char* pffont::name |
Definition at line 65 of file polyfonttypes.h.
Referenced by pfGetFontName(), pfUnloadFont(), and validate().
| int pffont::numglyphs |
Definition at line 71 of file polyfonttypes.h.
Referenced by pfGetChar(), pfGetFontNumGlyphs(), pfGetGlyph(), pfUnloadFont(), and validate().