Skip to content

Instantly share code, notes, and snippets.

@ecylmz
Created November 29, 2010 17:52
Show Gist options
  • Select an option

  • Save ecylmz/720286 to your computer and use it in GitHub Desktop.

Select an option

Save ecylmz/720286 to your computer and use it in GitHub Desktop.
newpath
270 360 moveto
0 72 rlineto
72 0 rlineto
0 -72 rlineto
closepath
fill
showpage
/Times-Bold findfont 30 scalefont setfont
100 300 moveto (Hello World!) show
showpage
newpath
270 360 moveto
0 72 rlineto
72 0 rlineto
0 -72 rlineto
-72 0 rlineto
4 setlinewidth
stroke
showpage
@roktas
Copy link
Copy Markdown

roktas commented Nov 29, 2010

bunları ghostscript ile çalıştırıyorsunuz değil mi?

ghostscript hello.ps

@ecylmz
Copy link
Copy Markdown
Author

ecylmz commented Nov 30, 2010

evet hocam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment