Version 2.12 Patchlevel 14
Added Features/Bug Fixes
- Fix a fatal bug in printing 8 bit characters. Thanks to Wolfgang Glunz
<wogl@sun11a.zfe.siemens.de> for pointing out the problem.
- Handle the postscript stack correctly. The Tgif*ForceClearAfterEPS
X default is now obsolete!
- Add a new X default, DefaultEPSScaling. This specifies the scaling factor
applied to an imported PS or EPS image. Tgif treats 128 pixels as an inch
and PostScript treats 72 points as an inch. In order to have real-size
PostScript images, one should set this parameter to 1.7778 (which is
128/72).
- When generating a PS file, do not generate the EPSF part of the
UsePsAdobeString specification.
William Chia-Wei Cheng (william@cs.umd.edu)