Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Oct 14, 2005, 6:54:55 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: crosshair now more compliant with Element2D
Element2D now also nows size

File:
1 edited

Legend:

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

    r5369 r5378  
    7171    void setSize(float size) { this->size = size; };
    7272    /** @returns the Size of the Text */
    73     float getSize() const { return this->size; };
     73//    void getSize(float &x, float& y) const { return this->size; };
    7474
    7575    void setType(TEXT_RENDER_TYPE type);
Note: See TracChangeset for help on using the changeset viewer.