home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / private / deedplya.zip / DEEDPLTA.EXE / MAP_EM < prev    next >
Text File  |  1993-03-28  |  2KB  |  32 lines

  1. This routine will draw a map on your monitor, and send it to the printer.  If
  2. all goes well, that is.  I do not have access to any color monitor to test the
  3. color modes.  I have written several printer drivers, but I may not have
  4. written one for you particular printer.
  5.  
  6. The map is drawn with color 1 on color 0.  I have been told that color 0 is
  7. always black.  I have attempted to allow you to assign whatever <color> to
  8. attribute 1 of EGA and VGA systems.  Happy diddling.
  9.  
  10. Your map will probably be distorted until you <KALIBRAT> your screen.
  11.  
  12. Maps to the screen are automatically sized to fill the entire screen.  Maps to
  13. the printer may be set to any scale.  If you try for too large a scale, then it
  14. all will not fit.  Future plans include a routine to allow printing of large
  15. maps in sections.
  16.  
  17. Maps intended for the printer will probably appear distorted when on the
  18. screen.  This is because the aspects of the screen and the printer differ.
  19. Check your printer with SQUARE.PLT and try a different <printer> driver if you
  20. get an unsquare square.
  21.  
  22. Points are not labeled, north arrows & scales drawn, titles in fancy script
  23. added, etc for one very good reason.  The logic necessary to make sure that
  24. none of this overwrites the part which the computer can do best is more
  25. complicated than drawing the map.  Where I need such additions, I use a 10¢
  26. pencil.  There is probably some $1000 commercial software that does this too.
  27.  
  28. The map is held on screen until a key is pressed.
  29.  
  30. Access to the entire text files is thru <CONTENTS>.
  31.  
  32.