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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.