![]() |
SUMO - Simulation of Urban MObility
|
#include <polyfonttypes.h>
Data Fields | |
double | advance |
pfuint16 | glyph |
double | maxx |
double | maxy |
double | minx |
double | miny |
pfuint16 | numsegments |
pfint16 * | segments |
Definition at line 50 of file polyfonttypes.h.
double pfglyph::advance |
Definition at line 56 of file polyfonttypes.h.
Referenced by drawWideChar(), getCharAdvance(), and pfGetCharAdvance().
pfuint16 pfglyph::glyph |
Definition at line 57 of file polyfonttypes.h.
Referenced by comp(), pfGetChar(), and pfGetGlyph().
double pfglyph::maxx |
Definition at line 54 of file polyfonttypes.h.
Referenced by drawWideChar(), and getCharBBox().
double pfglyph::maxy |
Definition at line 55 of file polyfonttypes.h.
Referenced by drawWideChar(), and getCharBBox().
double pfglyph::minx |
Definition at line 52 of file polyfonttypes.h.
Referenced by drawWideChar(), and getCharBBox().
double pfglyph::miny |
Definition at line 53 of file polyfonttypes.h.
Referenced by drawWideChar(), and getCharBBox().
pfuint16 pfglyph::numsegments |
Definition at line 58 of file polyfonttypes.h.
Referenced by drawWideChar().
pfint16* pfglyph::segments |
Definition at line 59 of file polyfonttypes.h.
Referenced by drawWideChar(), and pfUnloadFont().