Changeset 7877 in orxonox.OLD for branches/gui/src/lib/graphics/text_engine/text.cc
- Timestamp:
- May 26, 2006, 10:54:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/graphics/text_engine/text.cc
r7874 r7877 244 244 width += this->font->getGlyphArray()[this->text[i]]->advance; 245 245 this->setSizeX2D(width * this->getSize()); 246 printf("%s:: %f\n", this->text.c_str(), width * this->getSize());247 246 } 248 247
Note: See TracChangeset
for help on using the changeset viewer.