SUMO - Simulation of Urban MObility
|
Go to the source code of this file.
SUMOReal pfdkGetStringWidth | ( | const char * | c | ) |
Definition at line 1109 of file polyfonts.c.
References pfGetCharAdvance(), and SUMOReal.
Referenced by GUILaneSpeedTrigger::drawGL(), GUICalibrator::drawGL(), GUITriggeredRerouter::GUITriggeredRerouterEdge::drawGL(), GLHelper::drawText(), GLHelper::drawTextBox(), GUIParameterTracker::GUIParameterTrackerPanel::drawValue(), and GUITLLogicPhasesTrackerWindow::drawValues().
int pfDrawChar | ( | wchar_t | c | ) |
Definition at line 1054 of file polyfonts.c.
References drawWideChar().
int pfDrawString | ( | const char * | c | ) |
Definition at line 1070 of file polyfonts.c.
References drawWideChar().
Referenced by GUISUMOAbstractView::displayLegend(), GUILaneSpeedTrigger::drawGL(), GUICalibrator::drawGL(), GUIBusStop::drawGL(), GUITriggeredRerouter::GUITriggeredRerouterEdge::drawGL(), GLHelper::drawText(), GLHelper::drawTextBox(), GUIParameterTracker::GUIParameterTrackerPanel::drawValue(), and GUITLLogicPhasesTrackerWindow::drawValues().
int pfDrawStringW | ( | wchar_t * | c | ) |
Definition at line 1089 of file polyfonts.c.
References drawWideChar().
wchar_t pfGetChar | ( | int | glyph | ) |
Definition at line 797 of file polyfonts.c.
References pfglyph::glyph, pffont::glyphs, and pffont::numglyphs.
SUMOReal pfGetCharAdvance | ( | wchar_t | c | ) |
Definition at line 865 of file polyfonts.c.
References pfglyph::advance, pfGetGlyph(), and pfScaleX.
Referenced by pfdkGetStringWidth().
SUMOReal pfGetCharAscent | ( | wchar_t | c | ) |
Definition at line 942 of file polyfonts.c.
References pfGetCharBBox(), and SUMOReal.
Definition at line 879 of file polyfonts.c.
References getCharBBox(), pfScaleX, pfScaleY, pfSkew(), and pfTextSkew.
Referenced by pfGetCharAscent(), pfGetCharDescent(), pfGetCharHeight(), and pfGetCharWidth().
SUMOReal pfGetCharDescent | ( | wchar_t | c | ) |
Definition at line 956 of file polyfonts.c.
References pfGetCharBBox(), and SUMOReal.
SUMOReal pfGetCharHeight | ( | wchar_t | c | ) |
Definition at line 914 of file polyfonts.c.
References pfGetCharBBox(), and SUMOReal.
SUMOReal pfGetCharWidth | ( | wchar_t | c | ) |
Definition at line 928 of file polyfonts.c.
References pfGetCharBBox(), and SUMOReal.
pffont* pfGetCurrentFont | ( | ) |
Definition at line 688 of file polyfonts.c.
References pfCurrentFont.
SUMOReal pfGetFontAscent | ( | ) |
Definition at line 757 of file polyfonts.c.
References pfGetFontBBox(), and SUMOReal.
Definition at line 695 of file polyfonts.c.
References pffont::maxx, pffont::maxy, pffont::minx, pffont::miny, pfScaleX, pfScaleY, pfSkew(), and pfTextSkew.
Referenced by pfGetFontAscent(), pfGetFontDescent(), pfGetFontHeight(), and pfGetFontWidth().
SUMOReal pfGetFontDescent | ( | ) |
Definition at line 771 of file polyfonts.c.
References pfGetFontBBox(), and SUMOReal.
SUMOReal pfGetFontHeight | ( | ) |
Definition at line 729 of file polyfonts.c.
References pfGetFontBBox(), and SUMOReal.
char* pfGetFontName | ( | ) |
Definition at line 674 of file polyfonts.c.
References pffont::name.
int pfGetFontNumGlyphs | ( | ) |
Definition at line 785 of file polyfonts.c.
References pffont::numglyphs.
SUMOReal pfGetFontWidth | ( | ) |
Definition at line 743 of file polyfonts.c.
References pfGetFontBBox(), and SUMOReal.
Definition at line 484 of file polyfonts.c.
void pfSetAngleD | ( | SUMOReal | a | ) |
Definition at line 514 of file polyfonts.c.
References DtoR, and pfSetAngleR().
void pfSetAngleR | ( | SUMOReal | a | ) |
Definition at line 506 of file polyfonts.c.
References pfTextCos, and pfTextSin.
Referenced by pfSetAngleD().
void pfSetCenter | ( | int | onOff | ) |
Definition at line 521 of file polyfonts.c.
Definition at line 148 of file polyfonts.c.
Definition at line 476 of file polyfonts.c.
References pfTextX, and pfTextY.
Referenced by GUISUMOAbstractView::displayLegend(), GUILaneSpeedTrigger::drawGL(), GUICalibrator::drawGL(), GUIBusStop::drawGL(), GUITriggeredRerouter::GUITriggeredRerouterEdge::drawGL(), GLHelper::drawText(), GLHelper::drawTextBox(), GUIParameterTracker::GUIParameterTrackerPanel::drawValue(), and GUITLLogicPhasesTrackerWindow::drawValues().
void pfSetScale | ( | SUMOReal | s | ) |
Definition at line 461 of file polyfonts.c.
References pfScaleX, and pfScaleY.
Referenced by GUILaneSpeedTrigger::drawGL(), GUICalibrator::drawGL(), GUIBusStop::drawGL(), GUITriggeredRerouter::GUITriggeredRerouterEdge::drawGL(), GLHelper::drawText(), GLHelper::drawTextBox(), and GUIParameterTracker::GUIParameterTrackerPanel::drawValues().
Definition at line 634 of file polyfonts.c.
References getStringBox(), pfSetScaleXY(), and SUMOReal.
Definition at line 654 of file polyfonts.c.
References getStringBoxW(), pfSetScaleXY(), and SUMOReal.
Definition at line 468 of file polyfonts.c.
References pfScaleX, and pfScaleY.
Referenced by GUISUMOAbstractView::displayLegend(), GUIParameterTracker::GUIParameterTrackerPanel::drawValues(), GUITLLogicPhasesTrackerWindow::drawValues(), pfSetScaleBox(), and pfSetScaleBoxW().
void pfSetSkew | ( | SUMOReal | s | ) |
Definition at line 492 of file polyfonts.c.
References max, min, and pfTextSkew.
void pfSetWeight | ( | int | w | ) |
Definition at line 499 of file polyfonts.c.
References max, min, and numWeights.
void pfUnloadFont | ( | pffont * | f | ) |
Definition at line 252 of file polyfonts.c.
References pffont::glyphs, pffont::loaded, pffont::name, and pffont::numglyphs.