home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_200 / 266_01 / ploteps.c < prev    next >
C/C++ Source or Header  |  1990-07-15  |  617b  |  22 lines

  1. /*                                               File: PLOTEPS.C
  2.       MicroPLOX plot routine
  3.       copyright 02 May 1990, Robert L. Patton, Jr.
  4.    Produces the plot image on a dot-matrix printer that is compatible
  5.    with the Epson FX-80 by reading the PLOX metafile PLOTCOM.DAT.
  6.         WITH IMAGLIB, LPTR, PIXLIB
  7. */
  8. #include <stddef.h>
  9. #include <stdlib.h>
  10. #include <stdio.h>
  11. #include "PLOX.H"
  12. #include "imaglib.h"
  13. #include "lptr.h"
  14. #include "pixlib.h"
  15.  
  16. #define PRINTYPE "FX80"
  17. #define HSPACE   2       /* horizontal text spacing, bit mapped fonts */
  18. #define DX(A)    A
  19.  
  20. #include "printdev.c"
  21.  
  22.