Geneva System Fonts
-------------------

  The fonts in this folder are bitmap fonts which can be used in place of
  the system fonts in dialogs and menu bars.

  To load them, yu must use some version of GDOS. In the ASSIGN.SYS, add
  the fonts to each resolution you intend to use them in. For example,
  here is what one ASSIGN.SYS might look like:

; ASSIGN.SYS for Geneva's fonts
;
PATH = C:\GEMSYS\                ;GDOS fonts are loaded from here

01p SCREEN.SYS

02p SCREEN.SYS                   ;ST low rez (320*200)
GNVSYS08.FNT                     ;6x6 font
GNVSYS09.FNT                     ;8x8 font
GNVSYS10.FNT                     ;8x16 font

03p SCREEN.SYS                   ;ST medium (640*200)
GNVSYS08.FNT                     ;6x6 font
GNVSYS09.FNT                     ;8x8 font
GNVSYS10.FNT                     ;8x16 font

04p SCREEN.SYS                   ;ST high (640*400)
GNVSYS08.FNT                     ;6x6 font
GNVSYS09.FNT                     ;8x8 font
GNVSYS10.FNT                     ;8x16 font

06p SCREEN.SYS                   ;TT medium (640*480)
GNVSYS08.FNT                     ;6x6 font
GNVSYS09.FNT                     ;8x8 font
GNVSYS10.FNT                     ;8x16 font

08p SCREEN.SYS                   ;TT high (1280*960)
GNVSYS08.FNT                     ;6x6 font
GNVSYS09.FNT                     ;8x8 font
GNVSYS10.FNT                     ;8x16 font

09p SCREEN.SYS                   ;TT low (320*480)
GNVSYS08.FNT                     ;6x6 font
GNVSYS09.FNT                     ;8x8 font
GNVSYS10.FNT                     ;8x16 font

  Once these fonts have been loaded by GDOS, you can use the Task Manager's
  Window/Menu bar dialog to choose this font.

  If you use the screen accelerator NVDI (any version), then you can make
  these fonts the default system font globally (even for TOS programs)
  without using the Task Manager to choose the font. This also saves
  loading time and memory. Simply precede the font names with an 's', like
  this section:

04p SCREEN.SYS                   ;ST high (640*400)
s GNVSYS08.FNT                   ;replace system 6x6 font
s GNVSYS09.FNT                   ;replace system 8x8 font
s GNVSYS10.FNT                   ;replace system 8x16 font

  An ASSIGN.SYS with this modification can only be used with NVDI! Other
  types of GDOS will not work correctly.
