home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / GR / GR077.ZIP / NEW.DOC < prev    next >
Text File  |  1991-09-01  |  3KB  |  59 lines

  1.  
  2.  
  3.          This page  covers notes for PrintGL 1.20 that are  not included in the
  4.          1.18 manual.
  5.  
  6.            The O suboption of /L sets pen overwrite mode.  This  causes PrintGL
  7.            to draw with opaque lines instead of oring lines into the print.
  8.  
  9.            Color PostScript  is  supported.  Color and  shading  parameters are
  10.            mapped into RGB color levels.  PostScript overwrites as it draws, so
  11.            overlapping lines appear as if /LO was used. The HP-GL drawing order
  12.            is preserved.
  13.  
  14.            PMI looks  for the environment variable PRINTGLP, and if found, uses
  15.            it as the DOS PATH.
  16.  
  17.            The  Mannesmann  Tally MT92C  color  DeskJet compatible  printer  is
  18.            supported.  Use /FA (300  dpi), /FA- (150 dpi),  /FA~ (300 dpi black
  19.            only), or /FA~- (150 dpi black only).
  20.  
  21.            There is  a 360x364, four pass driver for the Proprinter X24 - /F6*.
  22.            This will not work  with most X24 compatibles  because it uses 1/144
  23.            inch indexing to do odd 1/360 inch indexing (2/144 = 3/216 = 5/360).
  24.  
  25.            Font enhancement is invoked with /ZE.  This improves character curve
  26.            smoothness.
  27.  
  28.            Proportional fonts are now kerned, and do not match  the width table
  29.            in  the  1.18 manual.  Instead of  documenting a  width and  kerning
  30.            table, the HP-GL LO command is supported.
  31.  
  32.              LO [ position_number ]
  33.  
  34.                label origin (7550 extension)
  35.  
  36.                LO sets  the label  origin.  For positions 4..9 and  14..19  the
  37.                label buffer is limited to 150 characters. The default is 1.
  38.  
  39.                13                    16                      19
  40.                   3.....  .......  ...6...  .......  ......9
  41.                   .    .  .     .  .     .  .     .  .     .
  42.                12 2    .  .     .  .  5  .  .     .  .     8 18
  43.                   .    .  .     .  .     .  .     .  .     .
  44.                   1.....  .......  ...4...  .......  ......7
  45.                11                    14                      17
  46.  
  47.            The HP-GL ES command is supported.
  48.  
  49.              ES [ space [, line]]
  50.  
  51.                extra space (7550 extension)
  52.  
  53.                ES adds to the space between characters and lines. The units are
  54.                in  character cells (1.5*width, 2*height).  The allowed range is
  55.                -1 to 1. -.3333 causes characters to touch.
  56.  
  57.            The HP-GL commands PM1 and PM2 now close the current subpolygon with
  58.            the current pen up/down state.
  59.