Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5251 in orxonox.OLD for trunk/src/lib/shell/shell.h


Ignore:
Timestamp:
Sep 25, 2005, 1:13:19 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: saver change between fonts in Shell

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell.h

    r5248 r5251  
    4848    inline bool isActive() const { return this->bActive; };
    4949
     50    void setFont(const char* fontFile);
    5051    void setTextSize(unsigned int textSize, unsigned int lineSpacing = 1);
    5152    void rebuildText();
     
    8384    unsigned int             lineSpacing;            //!< The Spacing between lines.
    8485    unsigned int             textSize;               //!< The size of the text.
    85     char*                    textFont;               //!< The file containing the font.
     86    char*                    fontFile;               //!< The file containing the font.
    8687
    8788    // HANDLING TEXT INPUT
Note: See TracChangeset for help on using the changeset viewer.