home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / cbm / nduk-v37.lha / V37 / fd / diskfont_lib.fd < prev    next >
Text File  |  1991-11-15  |  405b  |  13 lines

  1. * "diskfont.library"
  2. ##base _DiskfontBase
  3. ##bias 30
  4. ##public
  5. OpenDiskFont(textAttr)(a0)
  6. AvailFonts(buffer,bufBytes,flags)(a0,d0/d1)
  7. *--- functions in V34 or higher (distributed as Release 1.3) ---
  8. NewFontContents(fontsLock,fontName)(a0/a1)
  9. DisposeFontContents(fontContentsHeader)(a1)
  10. *--- functions in V36 or higher (distributed as Release 2.0) ---
  11. NewScaledDiskFont(sourceFont,destTextAttr)(a0/a1)
  12. ##end
  13.