Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9352 in orxonox.OLD


Ignore:
Timestamp:
Jul 20, 2006, 12:12:37 PM (18 years ago)
Author:
bensch
Message:

Text bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/graphics/text_engine/text.cc

    r8769 r9352  
    2828 */
    2929Text::Text(const std::string& fontFile, unsigned int textSize)
    30     : _font(fontFile, FONT_DEFAULT_RENDER_SIZE)
     30    // : _font(fontFile, FONT_DEFAULT_RENDER_SIZE)
    3131{
    3232  this->setClassID(CL_TEXT, "Text");
    3333
    3434  // initialize this Text
     35  this->setFont(fontFile, FONT_DEFAULT_RENDER_SIZE);
    3536  this->_size = textSize;
    3637  this->setSizeY2D(textSize);
Note: See TracChangeset for help on using the changeset viewer.