home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / useful / dist / cbm / v39 / fd / diskfont_lib.fd < prev    next >
Text File  |  1992-09-22  |  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.