Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7450 in orxonox.OLD for trunk/src/lib/graphics/text_engine/font.cc


Ignore:
Timestamp:
Apr 29, 2006, 9:38:44 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: added MultiLineText a Text for multiple line-input, that should automatically shilft position

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/text_engine/font.cc

    r7449 r7450  
    307307
    308308/**
    309  * initializes the default font
     309 * @brief initializes the default font
    310310 */
    311311void Font::initDefaultFont()
     
    316316
    317317/**
    318  * deletes the default font
     318 * @brief deletes the default font
    319319 */
    320320void Font::removeDefaultFont()
     
    334334    return TTF_FontHeight(this->fontTTF);
    335335  else
    336     return 0;
     336    return 1;
    337337}
    338338
Note: See TracChangeset for help on using the changeset viewer.