home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / print2 / downfont.lzh / DOWNLOAD.DOC next >
Text File  |  1988-02-08  |  5KB  |  101 lines

  1.  
  2.                       Downloading Soft Fonts To A LaserJet
  3.  
  4.  
  5.  
  6.                                      SUMMARY
  7.  
  8.         DOWNLOAD.EXE  is  an  IBM PC utility  program  that  manages  the 
  9.         process  of downloading soft fonts to a LaserJet printer.   DOWN-
  10.         LOAD can send a font to any MS-DOS device or to a disk file.  You 
  11.         have optional control over the ID number of the font, whether  it 
  12.         is permanent or temporary, and whether it is a primary or second-
  13.         ary font.
  14.  
  15.  
  16.                               FONT CHARACTERISTICS
  17.  
  18.         All  soft fonts have three characteristics associated with  them.  
  19.         Each  font must have a unique ID number, 0 - 15.  This  lets  you 
  20.         select  a  soft font through software or the front panel  of  the 
  21.         printer. Each font must be defined as either temporary or perman-
  22.         ent.  Temporary fonts are deleted whenever the LaserJet is reset.  
  23.         Most  software that controls the LaserJet sends a  reset  command 
  24.         out  first, thus deleting all temporary fonts.  Finally,  a  font 
  25.         may  be defined as either primary or secondary.  (Note that  only 
  26.         one  primary and one secondary font can exist at one time.)   The 
  27.         LaserJet lets you switch between primary and secondary fonts with 
  28.         simple control characters.  Control-N selects the secondary font, 
  29.         while control-O selects the primary font.  Embedding these  char-
  30.         acters in you text file lets you switch between fonts.
  31.  
  32.  
  33.                                 RUNNING DOWNLOAD
  34.  
  35.         First,  if you forget how to run DOWNLOAD, or need  help,  simply 
  36.         type  DOWNLOAD followed by a carriage return.  The  program  will 
  37.         print  a  help list for you.  To run download you must  at  least 
  38.         specify  the name of the soft font to send to your printer.   You 
  39.         can  optionally  specify the device to send the  file  to,  LPT1, 
  40.         LPT2, LPT3, COM1, or COM2.  In addition, you can optionally  con-
  41.         trol the three font attributes specified above.  To invoke  DOWN-
  42.         LOAD type:
  43.  
  44.  
  45.         download fontname [device id perm prim]
  46.  
  47.         where  the arguments between the two braces are optional and  the 
  48.         arguments are as defined below:
  49.  
  50.         fontname = the full name of the file to download
  51.         device   = optional printer port: LPT1, LPT2, LPT3, COM1, COM2, 
  52.                    or a disk file name
  53.         id       = optional unique soft font ID number (0 - 15)
  54.         perm     = optional make font Permanent or Temporary (P/T)
  55.         prim     = optional make font Primary or Secondary (P/S)
  56.  
  57.  
  58.                       Downloading Soft Fonts To A LaserJet
  59.  
  60.  
  61.  
  62.         The  DOWNLOAD program defaults to printer port LPT1, and  assigns 
  63.         the soft font ID 0, and permanent - primary status.  Thus:
  64.  
  65.         download tr100rpn.usp
  66.  
  67.         sends  the Times Roman 10 point regular font, (tr100rpn.usp),  to 
  68.         the LaserJet as font id 0, and makes it permanent and the primary 
  69.         font.
  70.  
  71.         download tr100bpn.usp lpt1 1 p s
  72.  
  73.         sends  the bold faced Times Roman font to the LaserJet  via  LPT1 
  74.         and assigns it font id 1, permanent and secondary status.
  75.  
  76.  
  77.                                    DISTRIBUTION
  78.  
  79.         This program is provided free of charge to all who are interested 
  80.         in  it.  It may be freely exchanged as long as no fee is  charged 
  81.         for it.  Please distribute this package with BOTH this documenta-
  82.         tion file and the executable program.  This program and  documen-
  83.         tation  are copyright 1987 by Gary Elfring.  All rights  are  re-
  84.         served.  Commercial use is strictly prohibited.
  85.  
  86.         An enhanced version of this program, which lets you use wildcards 
  87.         for  the  font names or supply a list of fonts  to  download,  is 
  88.         supplied free of charge with all fonts libraries I sell.  Or  you 
  89.         can purchase the enhanced downloader and source code (written  in 
  90.         C),  for  a small fee separately.  I offer a  number  of  special 
  91.         downloadable fonts including computer symbols, pi characters  and 
  92.         dingbats,  an LCD font,  a Helvetica like font, and credit cards.
  93.         For more information on these inexpensive downloadable soft fonts
  94.         for you LaserJet  contact:
  95.  
  96.         Gary Elfring
  97.         P.O. Box 61
  98.         Wasco, Illinois  60183-0061
  99.  
  100.         5/15/87
  101.