/Times-Italic findfont
 30 scalefont setfont

/oshow { false charpath stroke } def

/circleAdobe
 {
  newpath
  15 15 345
   { gsave
     rotate 0 0 moveto
     (Adobe) oshow
     grestore
   } for
 } def

newpath
 150 410 moveto
 150 0 rlineto
 0 150 rlineto
 -150 0 rlineto
 closepath
clip                     % az imént rajzolt téglalap lesz a vágási pálya

250 400 translate

.5 setlinewidth
circleAdobe

0 0 moveto
(Adobe Sysytems) true charpath
gsave 1 setgray fill grestore
stroke

showpage