]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - data/testprint.ps
Load cups into easysw/current.
[thirdparty/cups.git] / data / testprint.ps
index c437ae2125e1675e58a9b8a107dfbade290e2749..eca6cee912bcc5273b6486c401ea04f22cf612a5 100644 (file)
@@ -3,18 +3,18 @@
 %%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
+%%CreationDate: D:20070220113000+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 1993-2007 Easy Software Products
 %
 %   These coded instructions, statements, and computer programs are the
 %   property of Easy Software Products and are protected by Federal
@@ -198,7 +198,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
@@ -594,7 +595,7 @@ gsave
   pageWidth 36 mul                     % Center of page
   pageHeight 12 mul                    % Bottom of page
   moveto                               % Position text
-  (Printed Using CUPS v1.2.x) CENTER   % Show text centered
+  (Printed Using CUPS v1.3.x) CENTER   % Show text centered
 
   pageWidth 34 mul                     % Left-center of page
   pageHeight 8 mul                     % Move down...
@@ -631,6 +632,6 @@ gsave
 grestore
 showpage
 %
-% End of "$Id: testprint.ps 4930 2006-01-14 16:54:03Z mike $".
+% End of "$Id: testprint.ps 6295 2007-02-20 16:31:58Z mike $".
 %
 %%EOF