Changeset 8513 in orxonox.OLD for branches/gui/src
- Timestamp:
- Jun 16, 2006, 12:49:47 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/gui/gl/specials/glgui_notifier.cc
r8512 r8513 71 71 this->displayLines.push_front(dl); 72 72 73 dl.text->setVisibility(true); 74 dl.text->setRelCoor2D(this->calculateLinePosition(0)); 73 75 this->repositionText(); 74 76 } … … 119 121 text->setSize(this->style().textSize()); 120 122 text->setLineWidth( 300 ); 121 //text->setFont(this->fontFile, this->textSize);122 123 //text->setColor( Color(1,1,1,1)/*this->style().foregroundColor() */);123 text->setFont("fonts/final_frontier.ttf", (int)this->style().textSize()); 124 125 text->setColor(this->style().foregroundColor() ); 124 126 if (text->getParent2D() != this) 125 127 text->setParent2D(this); … … 141 143 ++line; 142 144 145 (*tmp).text->setVisibility(false); 143 146 this->hiddenText.push((*tmp).text); 144 147 this->displayLines.erase(tmp);
Note: See TracChangeset
for help on using the changeset viewer.