Changeset 5339 in orxonox.OLD for trunk/src/lib/graphics/text_engine.h
- Timestamp:
- Oct 9, 2005, 11:25:04 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/text_engine.h
r5337 r5339 46 46 #define FONT_NUM_COLORS 256 //!< number of colors. 47 47 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. 49 49 50 50 #define TEXT_DEFAULT_ALIGNMENT TEXT_ALIGN_CENTER //!< default alignment … … 183 183 inline static Font* getDefaultFont() { return Font::defaultFont; }; 184 184 185 void createAsciiImage(const char* fileName); 185 186 static void initDefaultFont(); 186 187 static void removeDefaultFont();
Note: See TracChangeset
for help on using the changeset viewer.