Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7355 in orxonox.OLD for trunk/src/lib/graphics/text_engine/text.h


Ignore:
Timestamp:
Apr 19, 2006, 6:08:21 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: works on windows too

File:
1 edited

Legend:

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

    r7221 r7355  
    22 * @file text.h
    33 * @brief Definition of a text Class, that is able to render text.
    4 */
     4 */
    55
    66#ifndef _TEXT_H
     
    4141    Text(const std::string& fontFile = "", unsigned int fontSize = TEXT_DEFAULT_SIZE);
    4242    virtual ~Text();
    43     void init();
    4443
    4544    void setFont(const std::string& fontFile, unsigned int renderSize);
Note: See TracChangeset for help on using the changeset viewer.