Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 21, 2006, 11:07:48 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: Resize of the Shell works quite nice

File:
1 edited

Legend:

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

    r7754 r7757  
    1515{
    1616  public:
    17     MultiLineText(const std::string& fontFile = "", unsigned int fontSize = TEXT_DEFAULT_SIZE, unsigned int lineWidth = 100.0);
     17    MultiLineText(const std::string& fontFile = "", unsigned int fontSize = TEXT_DEFAULT_SIZE, float lineWidth = 100.0);
    1818
    1919    // Setup:
     
    3030    virtual void draw() const;
    3131
     32    void debug() const;
     33
    3234  protected:
    3335    virtual void setupTextWidth();
Note: See TracChangeset for help on using the changeset viewer.