home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / PRINTING / ASLFONT.ZIP / DOWNLOAD.DOC < prev    next >
Text File  |  1989-02-28  |  5KB  |  115 lines

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