1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License, Version 1.0 only
6# (the "License").  You may not use this file except in compliance
7# with the License.
8#
9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10# or http://www.opensolaris.org/os/licensing.
11# See the License for the specific language governing permissions
12# and limitations under the License.
13#
14# When distributing Covered Code, include this CDDL HEADER in each
15# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22
23Source code for a program that translates tektronix 4014 files into PostScript.
24Much of the code was borrowed from the 5620 tektronix emulator. Defocused mode
25should work and code that ties lines to device space coordinates has been added
26to ../postscript/posttek.ps. Helps eliminate the variation in line widths that
27were often noticeable when a non-zero linewidth was selected (eg.  with the -w
28option).
29
30The graphics state line width (variable linewidth in ../postscript/posttek.ps)
31has been initialized to 0, which gets you one pixel wide lines. That gives good
32results on write-black engines, like the one used in the PS-800, but is lacking
33on write-white printers like the PS-2400. Use the -w option or redefine linewidth
34in file ../postscript/posttek.ps if you want a different line width.
35
36