home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 555a.lha / FontList / source / ReadMe < prev    next >
Text File  |  1991-09-19  |  2KB  |  48 lines

  1. =============================================================================
  2.  
  3.                                  FontList
  4.  
  5.                   Informations about the HardCopy module:
  6.  
  7. The  procedure  DumpRPort,  which  you  can  also  use in your own programs
  8. easily,  it  possible  to  dump  a specified RastPort to the printer rather
  9. simply.   The  procedure  is  very  flexible,  but it communicates with the
  10. printer  device  for you (this is not difficult, but complicated).  For the
  11. parameters  are described in german in the HardCopy.def module they will be
  12. explained  below  for  the  non  german  users:
  13.  
  14.  parameter(s)    : Description
  15. -----------------+-----------------------------------------------------------
  16.  rp              : pointer to RastPort to be dumped
  17.  cm              : pointer to colormap to be used (can be a custom one)
  18.  vm              : type of the RastPort's ViewPort
  19.  x0,y0,w,h       : this sector of the rastport shall be dumped
  20.  prtw,prth       : size of the dump (see below!)
  21.  s               : special flags, define what prtw,prth mean (see below!!)
  22.  err             : exact error specification
  23.  
  24.  
  25. DumpRPort returns TRUE if everything is okay, FALSE if anything went wrong.
  26. If FALSE is returned, err tells the exact error.
  27.  
  28. The special flags define how prtw,prth are interpreted:
  29.  
  30.  Flags                  : Meaning of prtw and prth
  31. ------------------------+----------------------------------------------------
  32.  none                   : absolute size in printer pixels
  33.  milCols,milRows        : size in 1/1000 inch
  34.  fullCols,fullRows      : none; Dump is made as large as possible
  35.  fracCols,fracRows      : fraction of maximum size
  36.  center                 : none; dump will be centered
  37.  aspect                 : dump will be undistorted
  38.  density1,2,4           : none; change printer density
  39.  
  40.  
  41. For complete definition see the ROM Kernel Reference Manuals!
  42.  
  43. I hope you can use it! -Rob-
  44.  
  45. =============================================================================
  46. Robert Brandner / Schillerstr. 3 / A-8280 Fürstenfeld / AUSTRIA / EUROPE
  47. =============================================================================
  48.