Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 10, 2005, 3:07:04 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: building Graphics as a lib names libORXgraphics.a

File:
1 edited

Legend:

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

    r5344 r5347  
    11/*!
    22 * @file text_engine.h
    3   *  Definition of textEngine, the Font and the Text
    4 
    5    Text is the text outputed.
    6    Font is a class that loads a certain ttf-file with a specific height into memory
    7    TextEngine is used to manage the all the different Fonts that might be included
    8 
    9     for more information see the specific classes.
    10 
    11     !! IMPORTANT !! When using ttf fonts clear the license issues prior to
    12    adding them to orxonox. This is really important, because we do not want
    13    to offend anyone.
    14 */
     3 *  Definition of textEngine, the Font and the Text
     4 *
     5 * Text is the text outputed.
     6 * Font is a class that loads a certain ttf-file with a specific height into memory
     7 * TextEngine is used to manage the all the different Fonts that might be included
     8 *
     9 *   for more information see the specific classes.
     10 *
     11 *  !! IMPORTANT !! When using ttf fonts clear the license issues prior to
     12 * adding them to orxonox. This is really important, because we do not want
     13 * to offend anyone.
     14 */
    1515
    1616#ifndef _TEXT_ENGINE_H
     
    2626class Text;
    2727
    28 ///////////////////
    29 /// TEXT-ENGINE ///
    30 ///////////////////
    31 //! A singleton Class that operates as a Handler for generating and rendering Text in 2D
     28//! A singleton Class that operates as a Handler initializing FONTS.
    3229class TextEngine : public BaseObject
    3330{
Note: See TracChangeset for help on using the changeset viewer.