home *** CD-ROM | disk | FTP | other *** search
- /xh workb 2 div def
- /yh workh 2 div def
- 0 yh moveto
- workb yh lineto
- xh 0 moveto
- xh workh lineto
- /x_ink workb 72 div def
- /x 0 def
- /y1 yh 5 sub def
- /y2 yh 5 add def
- 73 {
- x y1 moveto x y2 lineto
- /x x x_ink add def
- }
- /y_ink workh 20 div def
- /y 0 def
- /x1 xh 5 sub def
- /x2 xh 5 add def
- 21 {
- x1 y moveto x2 y lineto
- /y y y_ink add def
- }
- /stern (Ausgabe mit Stern?) (JA|NEIN) dialog def
- /x 0 def
- /winkel 0 def
- /x_merk 0 def
- /y_merk yh def
- 73 {
- /y winkel sin def
- /y y yh mul def
- /y yh y sub def
- x_merk y_merk moveto
- x y lineto
- /x_merk x def
- /y_merk y def
- stern 1 eq if
- sterne_zeichnen call
- endif
- /x x x_ink add def
- /winkel winkel 10 add def
- }
- sterne_zeichnen#
- /x_links x 2 sub def
- /x_rechts x 2 add def
- /y_oben y 2 sub def
- /y_unten y 2 add def
- x_links y_oben moveto x_rechts y_unten lineto
- x_rechts y_oben moveto x_links y_unten lineto
- x_rechts y moveto x_links y lineto
- x y_oben moveto x y_unten lineto
- return
-
-
-
-
-
-
-
-
-
-
-