]> git.ipfire.org Git - thirdparty/cups.git/blame - data/HPGLprolog
Merge CUPS 1.4svn-r7762.
[thirdparty/cups.git] / data / HPGLprolog
CommitLineData
ef416fc2 1%%BeginResource: procset hpgltops 1.1 0
2%
bc44d920 3% "$Id: HPGLprolog 6649 2007-07-11 21:46:42Z mike $"
ef416fc2 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%
bc44d920 12% Copyright 2007 by Apple Inc.
13% Copyright 1993-2005 by Easy Software Products
ef416fc2 14%
15% These coded instructions, statements, and computer programs are the
bc44d920 16% property of Apple Inc. and are protected by Federal copyright law.
17% Distribution and use rights are outlined in the file "LICENSE.txt"
18% which is included with the CUPS source distribution.
ef416fc2 19%
20/MO { moveto } bind def
21/LI { lineto } bind def
22/FI { fill } bind def
23/ST { stroke } bind def
24/CP { closepath } bind def
25/MP { newpath } bind def
26/SP { setlinewidth setrgbcolor } bind def
27%%EndResource