]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - data/testprint.ps
Load cups into easysw/current.
[thirdparty/cups.git] / data / testprint.ps
index 9effbac54d131099a775989d3d7950dfc5c8b47b..ead73978a552db738e339949b8cca7722641305f 100644 (file)
@@ -3,34 +3,24 @@
 %%Pages: 1
 %%LanguageLevel: 1
 %%DocumentData: Clean7Bit
-%%DocumentSuppliedResources: procset testprint/1.2
+%%DocumentSuppliedResources: procset testprint/1.3
 %%DocumentNeededResources: font Helvetica Helvetica-Bold Times-Roman
-%%Creator: Michael Sweet, Easy Software Products
-%%CreationDate: D:20060114093000+0500
+%%Creator: Michael Sweet, Apple Inc.
+%%CreationDate: D:20070606214000+0500
 %%Title: Test Page
 %%EndComments
 %%BeginProlog
-%%BeginResource procset testprint 1.2 0
+%%BeginResource procset testprint 1.3 0
 %
 %   PostScript test page for the Common UNIX Printing System ("CUPS").
 %
-%   Copyright 1993-2006 Easy Software Products
+%   Copyright 2007 Apple Inc.
+%   Copyright 1993-2007 Easy Software Products
 %
 %   These coded instructions, statements, and computer programs are the
-%   property of Easy Software Products and are protected by Federal
-%   copyright law.  Distribution and use rights are outlined in the file
-%   "LICENSE.txt" which should have been included with this file.  If this
-%   file is missing or damaged please contact Easy Software Products
-%   at:
-%
-%       Attn: CUPS Licensing Information
-%       Easy Software Products
-%       44141 Airport View Drive, Suite 204
-%       Hollywood, Maryland 20636 USA
-%
-%       Voice: (301) 373-9600
-%       EMail: cups-info@cups.org
-%         WWW: http://www.cups.org
+%   property of Apple Inc. and are protected by Federal copyright law.
+%   Distribution and use rights are outlined in the file "LICENSE.txt"
+%   which is included with the CUPS source distribution.
 %
 /SEXTANT {                     % Draw a color wheel sextant...
                                % (name) white radius r g b SEXTANT -
   dup 1.2 mul moveto
   (System) show
 } bind def
-/ESPLOGO {                     % Draw the ESP logo
-                               % height ESPLOGO
-  gsave
-    48 div dup scale
-
-    /Helvetica-Bold findfont 38.2 scalefont setfont
-    0 setgray
-    -3 19.5 moveto (ESP) show
-
-    /Helvetica-Narrow-Oblique findfont 8.2 scalefont setfont
-    0 2 moveto (Easy Software Products) show
-
-    1 -0.01 0 { dup neg 1.0 add setgray 0 11 3 -1 roll 68 mul 4.5 rectfill } for
-
-    1 0 0 setrgbcolor
-    67.5 11 4.5 4.5 rectfill
-  grestore
-} bind def
 %%EndResource
 %%EndProlog
 %%Page: 1 1
@@ -198,7 +170,8 @@ gsave
   /CENTIMETER 72 2.54 div def
   /MILLIMETER 72 25.4 div def
 
-  smallFont setfont                    % Font
+  /Times-Roman findfont                        % Font for ruler numbers
+  11 scalefont setfont                 % 11 points
 
   gsave                                        % Left side inches
     pageLeft 72 mul 0 translate                % Offset left edge
@@ -591,46 +564,35 @@ gsave
   (Printer Test Page) CENTER           % Show text centered
 
   % Draw the copyright notice at the bottom...
-  pageWidth 36 mul                     % Center of page
-  pageHeight 12 mul                    % Bottom of page
+  pageWidth 17 mul                     % Center of page
+  pageHeight 10 mul                    % Bottom of page
   moveto                               % Position text
-  (Printed Using CUPS v1.2.x) CENTER   % Show text centered
+  (Printed Using CUPS v1.3.x) show
 
-  pageWidth 34 mul                     % Left-center of page
+  pageWidth 17 mul                     % Left side of page
   pageHeight 8 mul                     % Move down...
   2 copy moveto                                % Position text
   smallFont setfont                    % Font
-  (Copyright 1993-2006 Easy Software Products, All Rights Reserved.) CENTER
-  pageHeight sub                       % Move down...
+  (Copyright 2007 Apple Inc., All Rights Reserved. CUPS and the CUPS logo are the trademark) show
+  pageHeight 2 add sub                 % Move down...
   2 copy moveto                                % Position text
-  (CUPS, and the CUPS logo are the trademark property of Easy Software Products,) CENTER
-  pageHeight sub                       % Move down...
-  2 copy moveto                                % Position text
-  (44141 Airport View Drive, Suite 204, Hollywood, Maryland, 20636, USA.) CENTER
-  pageHeight sub                       % Move down...
-  pageHeight sub                       % Move down...
+  (property of Apple Inc., 1 Infinite Loop, Cupertino, CA 95014, USA.) show
+  pageHeight 2 mul 4 add sub           % Move down...
   moveto                               % Position text
-  (Need help? Contact your operating system vendor or visit "http://www.cups.org/".) CENTER
+  (Need help? Contact your operating system vendor or visit "http://www.cups.org/".) show
 
   % Then the CUPS logo....
   gsave
     pageWidth 4 mul
     pageHeight 4 mul
     translate
-    pageWidth 9 mul CUPSLOGO
+    pageWidth 15 mul CUPSLOGO
   grestore
 
-  % And the ESP logo....
-  gsave
-    pageWidth 58 mul
-    pageHeight 4 mul
-    translate
-    pageWidth 6 mul ESPLOGO
-  grestore
 % Show the page...
 grestore
 showpage
 %
-% End of "$Id: testprint.ps 177 2006-06-21 00:20:03Z jlovell $".
+% End of "$Id: testprint.ps 6649 2007-07-11 21:46:42Z mike $".
 %
 %%EOF