Changeset 8756 in orxonox.OLD for branches/fontdata/src/lib/graphics/text_engine/font.h
- Timestamp:
- Jun 23, 2006, 8:34:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fontdata/src/lib/graphics/text_engine/font.h
r8755 r8756 32 32 33 33 /// LOADING new Fonts 34 bool loadFontFromTTF(const std::string& fontFile );34 bool loadFontFromTTF(const std::string& fontFile, unsigned int renderSize); 35 35 bool loadFontFromSDL_Surface(SDL_Surface* surface); 36 36
Note: See TracChangeset
for help on using the changeset viewer.