home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 2 / ACE CD 2.iso / FILES / UTILS / HSBASIC2.DMS / in.adf / HB2Examples1.3.Lha / Examples / Font / ReadMe < prev   
Encoding:
Text File  |  1994-04-14  |  686 b   |  17 lines

  1. Font.bas - Simple PRINTing with a disk font
  2. ===========================================
  3.  
  4. This example changes fonts AND THEN PRINTs a couple of lines. It
  5. uses a general InitTextAttr routine that you may find useful in your
  6. own programs; we've used it ourselves in other examples.
  7.  
  8. The example will work on all non-obsolete versions of Workbench (V33
  9. and above).
  10.  
  11. Compiling
  12. ---------
  13. Load the Font_inc.bh file and Tokenise it (Program-Tokenise), making sure you
  14. have no token file selected in the File Options (Settings-Compiler-Files).
  15. Once you have your token file, set the File Options-Token File setting to
  16. the Font_inc.t file just created. Load the Font.bas file, compile & run it.
  17.