postscript that draws a page
This commit is contained in:
11
postscript_page.ps
Normal file
11
postscript_page.ps
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
% run> gs -q postscript_page.ps
|
||||||
|
/pt {72 div} def
|
||||||
|
/y 9 def
|
||||||
|
/textdraw {/Courier findfont 12 pt scalefont setfont 8 pt y moveto show} def
|
||||||
|
|
||||||
|
72 72 scale
|
||||||
|
0 0 0 setrgbcolor
|
||||||
|
|
||||||
|
(Hello world!) textdraw
|
||||||
|
showpage
|
||||||
|
quit
|
||||||
Reference in New Issue
Block a user