home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / useful / os-include / clib / diskfont_protos.h < prev    next >
C/C++ Source or Header  |  1992-09-24  |  935b  |  27 lines

  1. #ifndef  CLIB_DISKFONT_PROTOS_H
  2. #define  CLIB_DISKFONT_PROTOS_H
  3. /*
  4. **    $VER: diskfont_protos.h 38.0 (18.06.92)
  5. **    Includes Release 39.108
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    (C) Copyright 1990-1992 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12. #ifndef  DOS_DOS_H
  13. #include <dos/dos.h>
  14. #endif
  15. #ifndef  DISKFONT_DISKFONT_H
  16. #include <diskfont/diskfont.h>
  17. #endif
  18. struct TextFont *OpenDiskFont( struct TextAttr *textAttr );
  19. LONG AvailFonts( STRPTR buffer, long bufBytes, long flags );
  20. /*--- functions in V34 or higher (distributed as Release 1.3) ---*/
  21. struct FontContentsHeader *NewFontContents( BPTR fontsLock, STRPTR fontName );
  22. void DisposeFontContents( struct FontContentsHeader *fontContentsHeader );
  23. /*--- functions in V36 or higher (distributed as Release 2.0) ---*/
  24. struct DiskFont *NewScaledDiskFont( struct TextFont *sourceFont,
  25.     struct TextAttr *destTextAttr );
  26. #endif     /* CLIB_DISKFONT_PROTOS_H */
  27.