home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / program / fortran77_210 / library / cde / drawf
Encoding:
Text File  |  1991-10-19  |  505 b   |  11 lines

  1. C                  common for DRAWfile utilities
  2.       COMMON/DR/LP,SCALE,MINPX,MINPY,MAXPX,MAXPY,
  3.      1    MINBOX,MINBOY,MAXBOX,MAXBOY,LBUF(1024)
  4. C      LP = page size flag, =0 no sizes =1 A4L 2 A4P 3 A5L 4 A5P
  5. C                    scale is 1mm in internal Draw units (PRM p1489
  6. C      SCALE=180*256*/25.4
  7. C      MINPX,MAXPX etc are bounding box for whole picture (Draw units)
  8. C       initialised in DRHEAD  
  9. C      MINBOX,MAXBOX etc are bounding box this object
  10. C      LBUF is storage for DRAW objects
  11.