Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Oct 9, 2005, 11:25:04 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: fonts are now correctly loaded (from IMAGE) by the FontEngine

File:
1 edited

Legend:

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

    r5337 r5339  
    4646#define FONT_NUM_COLORS              256                        //!< number of colors.
    4747
    48 #define FONT_HIGHEST_KNOWN_CHAR      256                        //!< The highest character known to the textEngine.
     48#define FONT_HIGHEST_KNOWN_CHAR      128                        //!< The highest character known to the textEngine.
    4949
    5050#define TEXT_DEFAULT_ALIGNMENT       TEXT_ALIGN_CENTER          //!< default alignment
     
    183183  inline static Font* getDefaultFont() { return Font::defaultFont; };
    184184
     185  void createAsciiImage(const char* fileName);
    185186  static void initDefaultFont();
    186187  static void removeDefaultFont();
Note: See TracChangeset for help on using the changeset viewer.