home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / GRAPHICS / EGAVGA / VGAMAX.ZIP / 40LINE.TXT next >
Encoding:
Text File  |  1991-05-21  |  2.2 KB  |  62 lines

  1. DIRECTIONS FOR CREATING A 40-LINE FONT USING THE VGAMAX FONT UTILITIES,
  2. AND INSTALLING IT USING VGAMAX:
  3.  
  4.  
  5.  
  6. CREATING THE FONT
  7. -----------------
  8.  
  9.         1.      start out at the DOS prompt.
  10.  
  11.         2.      install VGAMAX like this:  VGAMAX /N1
  12.  
  13.         3.      press Ctrl-Alt-6 to switch to VGA 50-line mode (or EGA
  14.                 43-line mode).
  15.  
  16.         4.      run GRABFONT to snag the font:  GRABFONT ROM.F8
  17.  
  18.         5.      run FED to edit the font:  FED ROM.F8
  19.  
  20.         6.      press [F4] to change to size of the font.
  21.  
  22.         7.      press the [up] arrow twice (so that the new point size
  23.                 is 10).
  24.  
  25.         8.      press [Enter].  FED will instantly turn the font into a
  26.                 40-line font (10-point font), and will even make the box
  27.                 characters look right.
  28.  
  29.         9.      press [F2] to save the new font.
  30.  
  31.         10.     type in a name for the font (40LINE.FNT or whatever.  I
  32.                 use the convention where I give an eight-letter name to
  33.                 the font and use an extension of "F" and the point size
  34.                 of the font, so I personally would call the font ROM.F10
  35.                 or something).
  36.  
  37.         11.     now press [ESC] to get out of FED.
  38.  
  39.         12.     uninstall VGAMAX:  VGAMAX /U
  40.  
  41.  
  42.  
  43. INSTALLING THE FONT
  44. -------------------
  45.  
  46.         1.      install VGAMAX however you want, but make sure you load
  47.                 the 40-line font you just created into one of the font
  48.                 banks.
  49.  
  50.         2.      now use this command:  VGAMAX /A<z>
  51.                 where <z> is the bank you loaded the 40-line font into.
  52.                 note that you could also just tack on /A<z> to the end
  53.                 of the command line you used when you installed VGAMAX
  54.                 in step 1.
  55.  
  56.         3.      now, whenever a program tries to switch to 50-line mode,
  57.                 VGAMAX will activate your 40-line font.  this may cause
  58.                 conflicts with some applications that expect to actually
  59.                 get 50 lines, but many applications that can use more
  60.                 than 25 lines are intelligent enough to ask the video
  61.                 card how many lines there are.
  62.