Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 8, 2005, 12:01:13 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches/textEngine: taken out the fontSet

Location:
orxonox/branches/textEngine/src/story_entities
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/textEngine/src/story_entities/world.cc

    r3735 r3754  
    3838#include "command_node.h"
    3939#include "glmenu_imagescreen.h"
    40 #include "fontset.h"
    4140#include "glfont.h"
    4241#include "list.h"
     
    201200    {
    202201      // initializing Font
    203       testFont = new FontSet();
    204       testFont->buildFont("../data/pictures/font.tga");
    205       tmpFont = new GLFont("../data/fonts/dark_crystal.ttf");
     202      tmpFont = new GLFont("../data/fonts/earth.ttf");
    206203      this->glmis->step();
    207204      // initializing the TrackManager
     
    595592  skySphere->draw();
    596593
    597   testFont->printText(0, 0, 1, "orxonox_" PACKAGE_VERSION);
    598594  tmpFont->draw();
    599595
  • orxonox/branches/textEngine/src/story_entities/world.h

    r3693 r3754  
    2121class Skysphere;
    2222class LightManager;
    23 class FontSet;
    2423class GLFont;
    2524class Terrain;
     
    9695  bool bPause;                  //!< pause mode
    9796
    98   FontSet* testFont;            //!< A test Font. \todo fix this, so it is for real.
    9997  GLFont* tmpFont;              //!< tmpFont \todo fix
    10098  GLMenuImageScreen* glmis;     //!< The Level-Loader Display
Note: See TracChangeset for help on using the changeset viewer.