home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Source / tess / tess-1.0 / Underlay_Helper.psw < prev    next >
Encoding:
Text File  |  1992-06-30  |  150 b   |  9 lines

  1.   
  2. defineps print_name (char *nm)
  3.      gsave
  4.      40 -40 moveto
  5.      /Helvetica-Bold findfont 18 scalefont setfont
  6.      (nm) show
  7.      grestore
  8. endps
  9.