Changeset 5378 in orxonox.OLD for trunk/src/lib/graphics/text_engine
- Timestamp:
- Oct 14, 2005, 6:54:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/text_engine/text.h
r5369 r5378 71 71 void setSize(float size) { this->size = size; }; 72 72 /** @returns the Size of the Text */ 73 float getSize() const { return this->size; };73 // void getSize(float &x, float& y) const { return this->size; }; 74 74 75 75 void setType(TEXT_RENDER_TYPE type);
Note: See TracChangeset
for help on using the changeset viewer.