Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5123 in orxonox.OLD for trunk/src/lib/graphics/text_engine.h


Ignore:
Timestamp:
Aug 25, 2005, 2:13:22 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: patches, to make TextEngine more intuitive

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/text_engine.h

    r5122 r5123  
    139139  GLuint            texture;        //!< A GL-texture to hold the text
    140140  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;
    142143};
    143144
Note: See TracChangeset for help on using the changeset viewer.