Contents | Index | < Browse | Browse >


    FONT COMMANDS :

  In the Font Commands below, there are two very important keywords 
  you can use, instead of actual font names :

  #MONO       - specifies the user's preferred MONOSPACE font
  #SCREEN     - specifies the user's prefferre SCREEN font which will
                usually be PROPORTIONAL.

  Use these instead of actual font names where ever possible, since
  they will change as per the user's preferences.

  There are various FONT commands you can use :

  Globals :
  ---------------------
  WINFONT  - will set a default font for all the gadgets which have
             no GADFONT declared. - it is the default window font.

  USETOPAZ - This command will force Gui4Cli to disregard all fonts
             declared and use topaz 8 instead.

  Event specific :
  ---------------------
  GADFONT  - This, attached to a Gadget will define the font for that
             gadget.

  If none of the above commands are declared, then the SCREEN font will
  be used.

  Gui4Cli comes also with a Graphic font, courtesy of G.Maddox.
  It has arrows, disk images, smileys etc.. and you can easily use
  it as text in buttons.

  Also see  Font Sensitivity