Changeset 10069 in orxonox.OLD for branches/gui/src/lib
- Timestamp:
- Dec 13, 2006, 6:32:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/gui/gl/glgui_text.cc
r9869 r10069 50 50 this->_text.setFont("fonts/final_frontier.ttf", 20); 51 51 this->_text.setLineWidth(400); 52 this->_text.setDotsPosition(LimitedWidthText::Begin);52 // this->_text.setDotsPosition(LimitedWidthText::Begin); 53 53 this->_text.setColor(foregroundColor()); 54 54 this->_text.setVisibility(false);
Note: See TracChangeset
for help on using the changeset viewer.