Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5254 in orxonox.OLD for trunk/src/lib/shell/shell.cc


Ignore:
Timestamp:
Sep 25, 2005, 1:40:33 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: some very little todo's…, and Names in all files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell.cc

    r5253 r5254  
    4343SHELL_COMMAND(textsize, Shell, setTextSize)
    4444    ->describe("Sets the size of the Text (size, linespacing)")
    45     ->defaultValues(15, 0);
     45    ->defaultValues(1, 15, 0);
     46SHELL_COMMAND(font, Shell, setFont)
     47    ->describe("Sets the font of the Shell")
     48    ->defaultValues(1, SHELL_DEFAULT_FONT);
    4649
    4750/**
     
    9497  // delete the inputLine
    9598  delete this->shellInput;
     99
    96100  ShellBuffer::getInstance()->unregisterShell(this);
    97101}
     
    148152 * sets the File to load the fonts from
    149153 * @param fontFile the file to load the font from
     154 *
     155 * it is quite important, that the font pointed too really exists!
     156 * (be aware that within orxonox fontFile is relative to the Data-Dir)
    150157 */
    151158void Shell::setFont(const char* fontFile)
Note: See TracChangeset for help on using the changeset viewer.