]> git.ipfire.org Git - thirdparty/cups.git/blob - data/HPGLprolog
Load cups into easysw/current.
[thirdparty/cups.git] / data / HPGLprolog
1 %%BeginResource: procset hpgltops 1.1 0
2 %
3 % "$Id: HPGLprolog 4494 2005-02-18 02:18:11Z mike $"
4 %
5 % HP-GL/2 filter procset for the Common UNIX Printing System (CUPS).
6 %
7 % This procset contains the basic drawing commands that are used to
8 % reduce output size. Note the 'MP' (make newpath) definition - this
9 % should be called 'NP' (newpath), but GhostScript uses the 'NP' name
10 % for 'noaccess put' in some of its font files...
11 %
12 % Copyright 1993-2005 Easy Software Products
13 %
14 % These coded instructions, statements, and computer programs are the
15 % property of Easy Software Products and are protected by Federal
16 % copyright law. Distribution and use rights are outlined in the file
17 % "LICENSE.txt" which should have been included with this file. If this
18 % file is missing or damaged please contact Easy Software Products
19 % at:
20 %
21 % Attn: CUPS Licensing Information
22 % Easy Software Products
23 % 44141 Airport View Drive, Suite 204
24 % Hollywood, Maryland 20636 USA
25 %
26 % Voice: (301) 373-9600
27 % EMail: cups-info@cups.org
28 % WWW: http://www.cups.org
29 %
30 /MO { moveto } bind def
31 /LI { lineto } bind def
32 /FI { fill } bind def
33 /ST { stroke } bind def
34 /CP { closepath } bind def
35 /MP { newpath } bind def
36 /SP { setlinewidth setrgbcolor } bind def
37 %%EndResource