home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_200 / 286_02 / readme.doc < prev    next >
Text File  |  1989-05-25  |  2KB  |  46 lines

  1.      GRAD graphics library is a collection of functions for drawing dots, 
  2. lines, circles, ellipsis, arcs and also for region filling, characters 
  3. display, printing ... et cetera. Several useful sample programs such as a 
  4. sideway printing, a graphics and text merge printing and a graphics command 
  5. interpreter are provided. The source listings of sample programs are included
  6. too. All the sample programs are in public domain.
  7.  
  8.      GRAD supports for CGA (640 X 200) and HGA (720 X 348) graphics mode. 
  9. Other graphics display adapter can be configured too. However, graphics 
  10. display device is not absolutely necessary in GRAD system because up to 9 user 
  11. virtual screen with user definable size can be created at run time.
  12.  
  13.     The printers supported by GRAD are EPSON FX-80, OKIDATA ML192 or 
  14. compatibles and laser printers using JLASER card. Instructions to configure 
  15. GRAD for other printers are provided too.
  16.  
  17.     The major difference of GRAD library from other graphics library are its 
  18. superior character display function and versatile printing functions. With 
  19. GRAD library, less than 200 lines of commented coded are required to write a 
  20. sideway printing program with user definable size, font type, spacing, top and 
  21. bottom margins.
  22.  
  23.      Furthermore GRAD provides very high speed operations. To draw a 
  24. horizontal line of length 300 pixels on a 8MHz, 1 wait state AT, it takes 
  25. about 1 microsecond per pixel on average. The whole library uses integer 
  26. arithmetic only. This ensures high speed operations with or without math
  27. co-processor.
  28.  
  29.      In order to use GRAD library, you have to configure the GRAD library for 
  30. the display adapter and printer in your system. See INSTALL.DOC on information 
  31. about installation.
  32.  
  33.      After installation, try out some of the features of GRAD library 
  34. according to the instructions in TEST.DOC.
  35.  
  36.      The manual for GRAD library and the sample programs can be printed by 
  37. copying the file GRADUSER.DOC to the printing device
  38.  
  39.         copy GRADUSER.DOC PRN
  40.  
  41. or use the DOS printer spooler PRINT
  42.  
  43.         print GRADUSER.DOC
  44.  
  45.  
  46.