home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Tex / mf_two.arc / LGRESP.MF < prev   
Text File  |  1988-11-22  |  421b  |  13 lines

  1. % Light gray font for Imagen 8/300; proofsheet resolution is 60 pixels per inch.
  2. % Each pixel is represented by a 5x5 square, with 5/25 of the dots on.
  3.  
  4. if mode<>imagen: errmessage "This file is for imagen only"; fi
  5.  
  6. font_identifier "GRAYIMAGEN";
  7. picture pix_picture; pix_picture := nullpicture;
  8. for z=(0,1),(1,4),(2,2),(3,0),(4,3):
  9.  addto pix_picture also unitpixel shifted z; endfor
  10. pix_wd := pix_ht := 5;
  11.  
  12. input grayf
  13.