home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / pcmag / fontedit.lzh / FONTEDIT.DOC < prev   
Text File  |  1988-08-13  |  3KB  |  50 lines

  1. «MDUL»«MDNM»
  2. FONTEDIT
  3. Command
  4.  
  5. Michael Mefford  
  6. 1988 No. 15 (Utilities)
  7.  
  8.  
  9. Purpose:    Permits modifying/creating EGA or VGA character fonts with
  10. keyboard or mouse and saving the new fonts as .COM files that can be loaded
  11. from the DOS prompt.
  12.     
  13. Format:         FONTEDIT 
  14.     
  15. Remarks:    If no font filename and path are supplied as the FONTEDIT uses
  16. the currently-displayed font, beginning with the letter A.  Pixels in the Edit
  17. window are toggled on or off with the spacebar or with left and right mouse
  18. buttons.  The highlighted cursor may be moved within the Edit window by mouse
  19. or with the cursor Arrow keys, and it can be "dragged" to adjacent pixels by
  20. holding down a Shift key or mouse button.  Editing changes are saved by
  21. pressing F4, and opportunity is provided to supply a missing filename. 
  22. FONTEDIT will supply the requisite .COM extension automatically.  Esc quits
  23. the program.
  24.     
  25.     Pressing F5 copies the original character template to Edit window. 
  26. New characters to edit can be loaded by pressing the appropriate key on the
  27. keyboard, by pressing the PgUp and PgDn keys (which move in ASCII sequence),
  28. or by holding down the Alt key while typing the ASCII code on the numeric
  29. keypad, then releasing Alt.  The Tab key toggles the cursor between the Edit
  30. window and the full Character Set window.  Highlighted characters in the
  31. latter can be loaded for editing by pressing Enter or one of the mouse
  32. buttons.  
  33.     
  34.     The F1, F2, and F3 keys affect all characters within the entire font. 
  35. F1 (or the Del key) deletes a whole row of pixels, and is used to shorten the
  36. height of the character box.  The default (and maximum) character box size is
  37. 8 pixels wide (this cannot be changed) by 14 pixels high (EGA) or 16 pixels
  38. high (VGA).  A 43-line EGA font uses a character box of 8 by 8 pixels, for
  39. example.  When using F1 (or Del) confirmation of the deletion is required. 
  40. F2 inserts a blank row of pixels throughout the entire font (maximum height
  41. permitting), and F3 copies each character's current pixel map, as, for
  42. example, to thicken a serif.
  43.     
  44.     Modified or created fonts are loaded simply by entering their names at
  45. the DOS prompt.  Normal operation is restored by entering any video mode
  46. command, for example MODE CO80, on a color system or MODE MONO in monochrome. 
  47. Applications that reset the video mode on entry or when returning from DOS
  48. also restore the default ROM font and cannot be used successfully with
  49. FONTEDIT.
  50.