diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
commit | 10308be19ef7fa44699562cc75946e7ea1fdf6b9 (patch) | |
tree | 4bc444c00a79e88105f2cfce5b6209994c413ca0 /kdeprint/testprint.ps | |
parent | 307136d8eef0ba133b78ceee8e901138d4c996a1 (diff) | |
download | tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.tar.gz tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.zip |
Revert automated changes
Sorry guys, they are just not ready for prime time
Work will continue as always
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeprint/testprint.ps')
-rw-r--r-- | kdeprint/testprint.ps | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kdeprint/testprint.ps b/kdeprint/testprint.ps index 1a9167ba7..bcebfcb21 100644 --- a/kdeprint/testprint.ps +++ b/kdeprint/testprint.ps @@ -110,13 +110,13 @@ /CUPSLOGO { % Draw the CUPS logo % height CUPSLOGO % Start with a big C... - /Helvetica tqfindfont 1 index scalefont setfont + /Helvetica findfont 1 index scalefont setfont 0 setgray 0 0 moveto (C) show % Then "UNIX Printing System" much smaller... - /Helvetica-Bold tqfindfont 1 index 9 div scalefont setfont + /Helvetica-Bold findfont 1 index 9 div scalefont setfont 0.25 mul dup dup 2.0 mul moveto (UNIX) show @@ -186,14 +186,14 @@ 0 setgray rectstroke - /Helvetica-BoldOblique tqfindfont 1 index 3 div scalefont setfont + /Helvetica-BoldOblique findfont 1 index 3 div scalefont setfont dup 40 div dup 4 mul 1 index 25 mul moveto (E) show dup 10 mul 1 index 15 mul moveto (S) show dup 16 mul 1 index 5 mul moveto (P) show - /Helvetica-BoldOblique tqfindfont 2 index 5 div scalefont setfont + /Helvetica-BoldOblique findfont 2 index 5 div scalefont setfont dup 14 mul 1 index 29 mul moveto (asy) show dup 20 mul 1 index 19 mul moveto (oftware) show dup 26 mul 1 index 9 mul moveto (roducts) show @@ -231,13 +231,13 @@ gsave ifelse def % Create fonts... - /bigFont /Helvetica-Bold tqfindfont % bigFont = Helvetica-Bold + /bigFont /Helvetica-Bold findfont % bigFont = Helvetica-Bold pageHeight 3 mul scalefont def % size = pageHeight * 3 (nominally 33) - /mediumFont /Helvetica tqfindfont % mediumFont = Helvetica + /mediumFont /Helvetica findfont % mediumFont = Helvetica pageHeight 1.5 mul scalefont def % size = pageHeight * 1.5 (nominally 16.5) - /smallFont /Times-Roman tqfindfont % smallFont = Times-Roman + /smallFont /Times-Roman findfont % smallFont = Times-Roman pageHeight scalefont def % size = pageHeight (nominally 11) % Offset page to account for lower-left margin... |