home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 June / PCWorld_2000-06_cd.bin / Software / Vyzkuste / rogersps / rops52a.exe / readme.txt < prev    next >
Text File  |  1999-09-24  |  6KB  |  134 lines

  1. RoPS --- Roger's PostScript
  2.  
  3. The RoPS interpreter is an implementation of the level 1 PostScript
  4. programming language interpreter described in Adobe Systems' book, the
  5. 'PostScript language reference manual'.  RoPS is not an Adobe approved
  6. product.  The name 'PostScript' is a registered trademark of Adobe
  7. Systems Incorporated.
  8.  
  9. RoPS version 5.2a runs under Microsoft Windows NT, 95 and 98. The 
  10. program will not run in a 16-bit environment.
  11.  
  12. Features:
  13.  
  14.   + full Level 1 implementation
  15.   + uses TrueType or Type 1 fonts
  16.   + understands PostScript document structuring conventions:
  17.     can randomly access any page of any document.
  18.   + handles colour (process and contone)
  19.   + anti-aliases text
  20.   + can transfer PostScript documents to clipboard as graphics or text
  21.  
  22. For additional information on the RoPS product, plus answers to
  23. various frequently asked questions, see the web pages at
  24. www.centprod.demon.co.uk/faq.htm
  25.  
  26. --
  27.  
  28. You should have received a self-extracting zip file:
  29.  
  30.      rops52a.exe 289,280 bytes.
  31.  
  32. --
  33.  
  34. RoPS builds aliases for the standard 35 fonts. The following font names
  35. are recognised (TrueType fonts included with Office, or public domain
  36. fonts obtainable from the Free Software Foundation under the GNU public
  37. license.)
  38.  
  39. --For--            --Use--
  40. AvantGarde         Century Gothic, URWGothicL
  41. Bookman            Bookman Old Style, URWBookmanL
  42. Courier            Courier New, NimbusMonL
  43. Helvetica          Arial, NimbusSanL
  44. Helvetica Narrow   ArialNarrow, Arial Narrow, NimbusSanL condensed
  45. NewCenturySchlbk   Century Schoolbook, CenturySchL
  46. Palatino           Antiqua, URWPalladioL
  47. Symbol             Symbol, StandardSymL
  48. Times              Times New Roman, NimbusRomNo9L
  49. ZapfChancery       Monotype Corsiva, URWChanceryL
  50. ZapfDingbats       Monotype Sorts, Dingbats
  51.  
  52. --
  53.  
  54. Version 5.2a fixes a versioning problem with the error handling
  55. code in ropsboot._ps ('error during error processing'); fixes a
  56. problem with 'clip' when many edges overlap; properly parses
  57. floating point numbers with very large negative exponents; can
  58. change font matrix during 'kshow.'
  59.  
  60. Version 5.2 is a bug fix release: null is not an operator, 'copy'
  61. gets correct length for dictionary, cexec -> xexec (name clash);
  62. handle %%Begin/EndDocument; no auto-page-down if unstructured;
  63. better ink colours for process view, handle nested 'show' to
  64. null destination. Program is statically linked to avoid dll
  65. dependencies.
  66.  
  67. Version 5.1 includes: CMYK colour extensions; Compute file extent
  68. correctly if eps file contains embedded fonts (dll only); save/restore
  69. was overly fussy (see Red Book A.2); added cleardictstack; allow
  70. pathforall to 'exit'; added string arg. version of status; improve
  71. nulldevice handling; properly handle lenIV in type 1 fonts, handle
  72. large TrueType bitmaps correctly. Font catalogue is sorted. Insert
  73. OrigFont and ScaleMatrix into fonts. Support for drag-drop and right
  74. click printing.
  75.  
  76. Version 5c allows 'setpagedevice' in jobs (but ignores it.) Version 5b
  77. was skipped since the b looks like a 6. Minor change to registration
  78. details.
  79.  
  80. Version 5a fixes a minor problem with false errors being reported
  81. when a job is closed.
  82.  
  83. Version 5 includes: major update to GUI - 16-bit compatibility
  84. dropped.  Minor fix to 'search' (match length was wrong); anti-alias
  85. all fonts.  Printing now automatically scales to printer; can randomly
  86. access unindexed docs (by scanning forward from start); HP PJL header
  87. skipped; all params settable through dialogs; better colour printing;
  88. << & >>; added paper size selection; can 'cancel' stdout/stderr to
  89. close job. Stack, array and dictionary size limits increased. Fixed
  90. 'reversepath' (it can't ever have worked ...), optimised 'roll',
  91. badly aligned eexec could lose sync. All parameters now in registry,
  92. <~ & ~>, removed arbitrary size limit for TrueType characters.
  93.  
  94. Version 4.5 adds the splash screen and registration information.
  95. Bugs fixed: the 'space' character had zero width under NT4; rudimentary 
  96. support for type 1 fonts added (no hinting yet.)  Yet another correction
  97. to 'clip'.
  98.  
  99. Version 4.4 is primarily a bug-fix release.  Added save-as and lru
  100. file list.
  101.  
  102. Bugs fixed: a uncached type 3 character wouldn't advance the writing
  103. position, and uncached anti-aliased characters were corrupted;
  104. getprofile would gpf if the 'value' of a profile entry was empty;
  105. <cr><lf> handling wrt readline is fixed; operators that should be
  106. disabled after setcachedevice are not disabled after setcharwidth;
  107. arcto with a zero radius does the required lineto; copy is properly
  108. range-checked during error handling; bind doesn't fail on read-only
  109. arrays; type 3 fonts with a translate component to their matrix work
  110. properly; a bug in clippath that resulted in a fatal error (unhook:
  111. can't find line) has been fixed; arcto is more relaxed about parameter
  112. checking (was producing invalidresult errors); the base font is
  113. properly restored if 'setfont' was called during a 'show'; the font
  114. cache BLIMIT is save/restored; fixed an oddity in name cacheing
  115. whereby 'end'ing a dictionary consumed VM.
  116.  
  117. Version 4.3 fixes a rangecheck error in getinterval, adds the nohatch
  118. option, really fixes the fax m/c bug, handles errors during startup
  119. better, adds the 'don't build index' option, allows printing all
  120. pages of an unstructured document.
  121.  
  122. Version 4.2 fixes a problem with certain fonts that made the output
  123. look like a faulty fax machine.  A bug that prevented printing under
  124. Win95 has been fixed.  Documents up to 1000 pages are supported.
  125.  
  126. Version 4.1 fixed a number of problems experienced with earlier releases
  127. and in particular: long file names are handled properly; a 'fontscan'
  128. program has been added to create PostScript -> TrueType mappings
  129. automatically; Latin1Encoding has been added.
  130.  
  131. Roger Willcocks
  132. rogerw@centipede.co.uk
  133. www.centprod.demon.co.uk/faq.htm
  134.