home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / sharewar / dos / program / gs300sr1 / gs300sr1.exe / CURRENT.DOC < prev    next >
Text File  |  1994-08-01  |  8KB  |  211 lines

  1.    Copyright (C) 1990, 1992, 1993, 1994 Aladdin Enterprises.  All rights reserved.
  2.   
  3.   This file is part of Aladdin Ghostscript.
  4.   
  5.   Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  6.   or distributor accepts any responsibility for the consequences of using it,
  7.   or for whether it serves any particular purpose or works at all, unless he
  8.   or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  9.   License (the "License") for full details.
  10.   
  11.   Every copy of Aladdin Ghostscript must include a copy of the License,
  12.   normally in a plain ASCII text file named PUBLIC.  The License grants you
  13.   the right to copy, modify and redistribute Aladdin Ghostscript, but only
  14.   under certain conditions described in the License.  Among other things, the
  15.   License requires that the copyright notice and this notice be preserved on
  16.   all copies.
  17.  
  18. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  19.  
  20. This file, current.doc, describes problems and new features in the current
  21. release of Ghostscript.  This file describes version 3.0 of Ghostscript.
  22.  
  23. For an overview of Ghostscript and a list of the documentation files, see
  24. README.
  25.  
  26. New features (since release 2.6.1)
  27. ============
  28.  
  29. Note: this is not a complete list of new features.  See the NEWS file for
  30. full details.  (NEWS is a very large file, since a lot has happened since
  31. release 2.6.1.)
  32.  
  33. Ghostscript now is an essentially complete PostScript Level 2
  34. implementation.  This involved adding many, many new features, which we
  35. don't spell out here.
  36.  
  37. Fonts
  38. -----
  39.  
  40. MultiMaster fonts and Type 0 (composite) fonts are now supported.  It is
  41. possible to compile simple Type 0 fonts for linking with the executable,
  42. just like Type 1 fonts.
  43.  
  44. Courier is now the default font, replacing Ugly.  Font substitution is
  45. somewhat more intelligent.
  46.  
  47. The new environment variable GS_FONTPATH can hold a list of directories
  48. which Ghostscript will scan at startup, finding all fonts in them
  49. automatically.
  50.  
  51. There is documentation on how to use the Microsoft Windows PostScript
  52. printer driver to convert TrueType fonts to Type 1 fonts embedded in the
  53. document.
  54.  
  55. New fonts are provided: shareware Hiragana and Katakana fonts, and good
  56. quality work-alikes for Times Roman and Helvetica.
  57.  
  58. A new fontmap, Fontmap.ATB, is designed for use with Adobe Type Basics.
  59.  
  60. The BitmapWidths flag in fonts is now supported.  The default is false,
  61. which means that scalable widths will be used even with bitmap fonts.  This
  62. eliminates the problems with ragged margins, overlapping characters, or
  63. large white spaces on X Windows.
  64.  
  65. Platforms and devices
  66. ---------------------
  67.  
  68. New platforms are supported: DesqView/X (using djgcc and go32), Intergraph
  69. Clipper, OS/2, OS-9, Win32, Win32s.
  70.  
  71. New printers are supported: H-P LaserJet 4, StarJet 48.  New PCX formats
  72. (8-bit gray scale and 24-bit color) are supported.  New displays are
  73. supported: Linux VGALIB, OS/2 PM.
  74.  
  75. The X Windows driver now doesn't use the default background and foreground
  76. colors; you must set foreground and background explicitly for Ghostscript
  77. if you want them to be other than black and white respectively.
  78.  
  79. Selecting A4 paper size as the default for nearly all printers now only
  80. requires uncommenting a single line in gs_init.ps.
  81.  
  82. A new, faster set of fax output drivers are provided.  However, the
  83. DigiBoard drivers have been removed.
  84.  
  85. Other
  86. -----
  87.  
  88. The new ps2ai.ps utility, contributed by a user, converts arbitrary
  89. PostScript files into a form compatible with Adobe Illustrator.
  90.  
  91. The GNU License has been replaced with a different license that is nearly
  92. equivalent for non-commercial distribution, but prohibits commercial
  93. distribution.  See commprod.doc and PUBLIC for details.
  94.  
  95. The source code now compiles cleanly with ANSI compilers that require
  96. prototypes for all external functions (such as gcc).
  97.  
  98. The -dSAFER switch now disallows writing, deleting, or renaming files,
  99. either through explicit operators or by setting the OutputFile of a device;
  100. it does, however, allow use of the -sOutputFile= switch on the command
  101. line.
  102.  
  103. Many new ISO and CAD paper sizes are supported by name.
  104.  
  105. One can now compile and link the init files into the executable; together
  106. with compiled fonts, this allows creating a self-contained executable that
  107. requires no external files other than Fontmap.
  108.  
  109. Known problems
  110. ==============
  111.  
  112. Usage
  113. -----
  114.  
  115. On a MS-DOS system, interrupting the interpreter by typing ^C doesn't
  116. restore the display mode.
  117.  
  118. Limitations
  119. -----------
  120.  
  121. serialnumber returns the same value in all copies.
  122.  
  123. The realtime operator is not implemented.
  124.  
  125. User names (a Display PostScript facility) are not implemented.
  126.  
  127. Floating point exceptions terminate the interpreter, rather than producing
  128. a rangecheck error.
  129.  
  130. The DCTEncode filter disregards the Blend parameter, and uses different
  131. QuantTables and HuffTables from Adobe's.
  132.  
  133. The DCT filters do not support nonintegral sample ratios, and do not allow
  134. Sum(HS*VS)>10, regardless of the value of the Relax parameter.
  135.  
  136. The size of the execution stack cannot be changed dynamically.  (However,
  137. the sizes of the operand and dictionary stacks can be changed.)
  138.  
  139. Separation color spaces are implemented, but devices that actually produce
  140. color separations are not supported.  The special color separations All and
  141. None, and the primary separations (Red, Green, etc.), are not supported.
  142.  
  143. sethalftone disregards the TransferFunction and AccurateScreens entries in
  144. halftone dictionaries.
  145.  
  146. The image operator disregards the Interpolate flag in the image dictionary.
  147.  
  148. execform and ucache are implemented, but they do not actually do any
  149. caching; setucacheparams and ucachestatus are dummies.  (This only impacts
  150. performance, not functionality.)
  151.  
  152. The framework for setpagedevice is present, but the operator (procedure)
  153. itself is disabled.  See NEWS for details.
  154.  
  155. Graphics bugs
  156. -------------
  157.  
  158. The implementation only looks at the PaintType of the font when doing
  159. show, not when doing charpath.  Because of this, stroked fonts don't work
  160. correctly with charpath.
  161.  
  162. arcto gives an error for negative radii.
  163.  
  164. Opening more than one window device at the same time doesn't work.
  165. This is the case for both X Windows and Microsoft Windows.
  166.  
  167. setpagedevice affects the driver, not just the current graphics state.
  168. Consequently, restore / grestore / grestoreall / setgstate may not undo
  169. setpagedevice.
  170.  
  171. cshow doesn't work with composite fonts.
  172.  
  173. Non-graphics bugs
  174. -----------------
  175.  
  176. The %statementedit pseudo-file is equivalent to %lineedit.  As a
  177. consequence, the interactive interpreter requires that every statement fit
  178. on a line, i.e., you can't have an unpaired (, {, or <.
  179.  
  180. The following operators that expect arrays won't accept packed arrays:
  181.     definefont (Subrs (type 1 fonts))
  182.     setdash (dash pattern)
  183.     setcachedevice (bounding box)
  184.     makeimagedevice (palette)
  185.  
  186. Syntax errors occurring within a binary token do not produce the error
  187. message specified by the Adobe documentation.
  188.  
  189. restore doesn't undo currentgstate.
  190.  
  191. restore doesn't restore the user parameters.
  192.  
  193. Fonts defined with definefont will be visible to the resource machinery,
  194. but fonts defined with defineresource will not be visible to findfont.
  195.  
  196. Fonts are placed in global or local VM according to the current allocation
  197. mode, rather than according to the FontType.
  198.  
  199. Font substitution and font aliasing work with findfont, but not with
  200. findresource on the Font category.
  201.  
  202. 1 vmreclaim is equivalent to 2 vmreclaim -- there is no separate GC for
  203. local VM.
  204.  
  205. Group 4, and 2-D Group 3, CCITTFaxEncode filters don't work.  This also
  206. affects the faxg32d, faxg4, tiffg32d, and tiffg4 drivers.
  207.  
  208. The TIFF driver doesn't work for page sizes other than letter, A4, or B4,
  209. and doesn't work for any resolution other than the two standard fax
  210. resolutions.
  211.