Changeset 9869 in orxonox.OLD for trunk/src/lib/graphics/text_engine/limited_width_text.cc
- Timestamp:
- Oct 3, 2006, 12:19:30 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/text_engine/limited_width_text.cc
r9406 r9869 19 19 #include "font.h" 20 20 21 ObjectListDefinition(LimitedWidthText); 21 22 /** 22 23 * @brief creates a new Text Element … … 27 28 : Text(fontFile, textSize) 28 29 { 29 this-> setClassID(CL_LIMITED_WIDTH_TEXT, "LimitedWidthText");30 this->registerObject(this, LimitedWidthText::_objectList); 30 31 31 32 this->_dotsPosition = End; … … 75 76 glRotatef(this->getAbsDir2D(), 0, 0, 1); 76 77 77 Glyph* tmpGlyph;78 const Font::Glyph* tmpGlyph; 78 79 float posX = 0.0f; 79 80 glBegin(GL_QUADS);
Note: See TracChangeset
for help on using the changeset viewer.