Created
November 29, 2010 17:52
-
-
Save ecylmz/720286 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
newpath | |
270 360 moveto | |
0 72 rlineto | |
72 0 rlineto | |
0 -72 rlineto | |
closepath | |
fill | |
showpage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Times-Bold findfont 30 scalefont setfont | |
100 300 moveto (Hello World!) show | |
showpage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
newpath | |
270 360 moveto | |
0 72 rlineto | |
72 0 rlineto | |
0 -72 rlineto | |
-72 0 rlineto | |
4 setlinewidth | |
stroke | |
showpage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bunları ghostscript ile çalıştırıyorsunuz değil mi?