Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 29, 2006, 1:32:49 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: better GlyphMetrics-algo

File:
1 edited

Legend:

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

    r7428 r7430  
    8585    int getMaxAscent() const;
    8686    int getMaxDescent() const;
    87     Glyph* getGlyphMetrics(Uint16 character);
     87    bool getGlyphMetrics(Glyph* glyph, Uint16 character);
    8888
    8989    bool createFastTexture();
Note: See TracChangeset for help on using the changeset viewer.