Changeset 5123 in orxonox.OLD for trunk/src/lib/graphics/text_engine.h
- Timestamp:
- Aug 25, 2005, 2:13:22 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/text_engine.h
r5122 r5123 139 139 GLuint texture; //!< A GL-texture to hold the text 140 140 TexCoord texCoord; //!< Texture-coordinates @todo fix this to have a struct 141 SDL_Rect posSize; //!< An SDL-Rectangle representing the position and size of the Text on the screen. 141 float height; 142 float width; 142 143 }; 143 144
Note: See TracChangeset
for help on using the changeset viewer.