Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 29, 2006, 9:38:44 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: added MultiLineText a Text for multiple line-input, that should automatically shilft position

File:
1 edited

Legend:

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

    r7449 r7450  
    7272    inline TTF_Font* getTTF() const { return this->fontTTF; };
    7373
     74    int getMaxHeight() const;
     75    int getMaxAscent() const;
     76    int getMaxDescent() const;
     77
    7478    /** @returns the default Font */
    7579    inline static Font* getDefaultFont() { if (Font::defaultFont == NULL) initDefaultFont(); return Font::defaultFont; };
     
    8185  private:
    8286    void init();
    83     int getMaxHeight() const;
    84     int getMaxAscent() const;
    85     int getMaxDescent() const;
    8687    bool getGlyphMetrics(Glyph* glyph, Uint16 character);
    8788
Note: See TracChangeset for help on using the changeset viewer.