Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

orxonox/trunk: loading of text more modular

File:
1 edited

Legend:

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

    r5339 r5340  
    171171  // font
    172172  bool loadFont(const char* fontFile);
    173   bool loadFontFromXPMArray(char** xpmArray);
     173  bool loadFontFromSDL_Surface(SDL_Surface* surface);
    174174
    175175  void setSize(unsigned int fontSize);
Note: See TracChangeset for help on using the changeset viewer.