SUMO - Simulation of Urban MObility
|
#include <polyfonttypes.h>
Data Fields | |
SUMOReal | advance |
pfuint16 | glyph |
SUMOReal | maxx |
SUMOReal | maxy |
SUMOReal | minx |
SUMOReal | miny |
pfuint16 | numsegments |
pfint16 * | segments |
Definition at line 50 of file polyfonttypes.h.
SUMOReal 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().
SUMOReal pfglyph::maxx |
Definition at line 54 of file polyfonttypes.h.
Referenced by drawWideChar(), and getCharBBox().
SUMOReal pfglyph::maxy |
Definition at line 55 of file polyfonttypes.h.
Referenced by drawWideChar(), and getCharBBox().
SUMOReal pfglyph::minx |
Definition at line 52 of file polyfonttypes.h.
Referenced by drawWideChar(), and getCharBBox().
SUMOReal 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().