- Timestamp:
- Jan 18, 2006, 11:50:25 PM (19 years ago)
- Location:
- trunk/src/lib/graphics/text_engine
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/text_engine/font.cc
r6349 r6609 247 247 * @param fileName the File to write the image into. 248 248 */ 249 void Font::createAsciiImage(const char* fileName, u int size) const249 void Font::createAsciiImage(const char* fileName, unsigned int size) const 250 250 { 251 251 if (this->fontTTF == NULL) -
trunk/src/lib/graphics/text_engine/font.h
r6349 r6609 78 78 inline static Font* getDefaultFont() { if (Font::defaultFont == NULL) initDefaultFont(); return Font::defaultFont; }; 79 79 80 void createAsciiImage(const char* fileName, u int size) const;80 void createAsciiImage(const char* fileName, unsigned int size) const; 81 81 static void initDefaultFont(); 82 82 static void removeDefaultFont();
Note: See TracChangeset
for help on using the changeset viewer.