home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD2.img / d4xx / d473 / cnewssrc / cnews_src.lzh / include / pragma / diskfont.h < prev    next >
C/C++ Source or Header  |  1990-12-29  |  560b  |  14 lines

  1. #ifndef PRAGMA_DISKFONT_H
  2. #define PRAGMA_DISKFONT_H
  3.  
  4. /* "diskfont.library" */
  5. #pragma amicall(_DiskfontBase, 0x1E, OpenDiskFont(a0))
  6. #pragma amicall(_DiskfontBase, 0x24, AvailFonts(a0,d0,d1))
  7. /*--- functions in V34 or higher (distributed as Release 1.3) --- */
  8. #pragma amicall(_DiskfontBase, 0x2A, NewFontContents(a0,a1))
  9. #pragma amicall(_DiskfontBase, 0x30, DisposeFontContents(a1))
  10. /*--- functions in V36 or higher (distributed as Preliminary Release 2.0) --- */
  11. #pragma amicall(_DiskfontBase, 0x36, NewScaledDiskFont(a0,a1))
  12.  
  13. #endif /* PRAGMA_DISKFONT_H */
  14.