Changeset 7742 in orxonox.OLD for trunk/src/lib/graphics/text_engine
- Timestamp:
- May 20, 2006, 3:53:37 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/text_engine/text.cc
r7726 r7742 36 36 this->font = NULL; 37 37 this->size = textSize; 38 this->blending = TEXT_DEFAULT_BLENDING; 39 this->color = TEXT_DEFAULT_COLOR; 38 40 39 41 this->setFont(fontFile, FONT_DEFAULT_RENDER_SIZE); 40 42 41 this->blending = TEXT_DEFAULT_BLENDING;42 this->color = TEXT_DEFAULT_COLOR;43 43 this->setAlignment(TEXT_DEFAULT_ALIGNMENT); 44 this->setSize(TEXT_DEFAULT_SIZE);45 44 } 46 45
Note: See TracChangeset
for help on using the changeset viewer.