Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 7, 2005, 10:33:17 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: saver font: now the implementation of NON-loading font must be done

File:
1 edited

Legend:

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

    r4519 r4536  
    3030
    3131//! An enumerator for the text alignment.
    32 enum TEXT_ALIGNMENT {TEXT_ALIGN_LEFT, TEXT_ALIGN_RIGHT, TEXT_ALIGN_CENTER, TEXT_ALIGN_SCREEN_CENTER};
     32enum TEXT_ALIGNMENT { TEXT_ALIGN_LEFT,
     33                      TEXT_ALIGN_RIGHT,
     34                      TEXT_ALIGN_CENTER,
     35                      TEXT_ALIGN_SCREEN_CENTER };
    3336
    3437/* some default values */
     
    8588 
    8689  // OpenGL-specific
    87   //  TexCoord texCoord;         //!< A Texture Coordinate for this glyph.
    88   GLuint displayList;         //!< DiplayList to render this Glyph.
     90  //  TexCoord texCoord;      //!< A Texture Coordinate for this glyph.
     91  GLuint   displayList;       //!< DiplayList to render this Glyph.
    8992};
    9093
Note: See TracChangeset for help on using the changeset viewer.