OOF2: The Manual

Name

OOF.Settings.Fonts.Fixed — Set the size of fixed-width font to use in text displays.

Synopsis

OOF.Settings.Fonts.Fixed(fontsize)

Details

  • Parent Menu: OOF.Settings.Fonts
  • Callback: function setFixedFont in module ooflib.common.IO.mainmenu
  • Parameters:

    fontsize
    Font size, in pixels. Type: A positive integer.

Description

This command sets the size of the fixed width font to be used in text displays in the GUI, such as the Console and Messages windows. These windows look best in a fixed-width font.

It is currently not possible to set the font itself except (possibly) by changing the Gtk theme.

To automatically set the font for all OOF2 sessions, put this command in the file .oof2rc in your home directory, for example:

    OOF.Settings.Font.Fixed(fontsize=12)