File: figtext.ps

package info (click to toggle)
pstoedit 3.78-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,240 kB
  • sloc: cpp: 28,955; sh: 4,543; ansic: 1,044; java: 860; makefile: 272; awk: 15
file content (9 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9


/Courier findfont 20 scalefont setfont 100 200 moveto (Courier ) show
/Times-Roman findfont 20 scalefont setfont 100 300 moveto (Times-Roman ) show
/Helvetica findfont 20 scalefont setfont 100 400 moveto (Helvetica ) show
/Times-Italic findfont 20 scalefont setfont 100 500 moveto (Times-Italic ) show
/Times-Bold findfont 20 scalefont setfont 100 600 moveto (Times-Bold ) show

showpage