Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

orxonox/trunk: text is now Rendered as expected (in FastMode)

File:
1 edited

Legend:

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

    r5123 r5124  
    158158
    159159  // font
    160   bool setFont(const char* fontFile);
     160  bool loadFont(const char* fontFile);
    161161  void setSize(unsigned int fontSize);
    162162  void setStyle(const char* renderStyle);
     
    165165  inline Glyph** getGlyphArray() const { return glyphArray; };
    166166  /** @returns the texture to the fast-texture */
    167   inline GLuint getFastTextureID() const {return fastTextureID;}
     167  inline GLuint getFastTextureID() const { return fastTextureID; };
    168168
    169169 private:
Note: See TracChangeset for help on using the changeset viewer.