home *** CD-ROM | disk | FTP | other *** search
/ DTP Toolbox / DTPToolbox.iso / wordworth5-cd / wwrexx / chequewizard.readme < prev    next >
Encoding:
Text File  |  1996-02-29  |  743 b   |  28 lines

  1. SHORT: WW5 Wizard To Write & Print A Cheque
  2.  
  3. 1.  This wizard uses a template to overcome a bug in the WW5 Arexx Port.
  4.  
  5. 2.  Edit the script and change the following lines to your own preferences.
  6.  
  7. /* Default parameters */
  8. font1 = "CG TIMES"
  9. size1 = "12"
  10. font2 = "CG TIMES"
  11. size2 = "12"
  12. font3 = "VAG Rounded BT"
  13. size3 = "18"
  14. font3width = "150"
  15. templatename = "documents/templates/cheque.template"
  16.  
  17. 3.  The supplied cheque template is correctly sized for standard British
  18.     cheques.
  19.  
  20. 4.  Put your own scanned signature if you have one into the template and
  21.     resave it. If you dont have a signature scanned, you will have to
  22.     manually sign the cheque.
  23.  
  24.  
  25. (c) 1995 Ryker Publications
  26.  
  27. Freely distributable but copyright remains with author.
  28.