home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / useful / dist / dev / e / amiga_e / modules-text / diskfont.txt < prev    next >
Text File  |  1992-09-02  |  337b  |  13 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:DiskFont.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. LIBRARY 'diskfont.library', diskfontbase         /* informal notation */
  6.   OpenDiskFont(A0)
  7.   AvailFonts(A0,D0,D1)
  8.   NewFontContents(A0,A1)
  9.   DisposeFontContents(A1)
  10.   NewScaledDiskFont(A0,A1)
  11. ENDLIBRARY
  12.  
  13.