home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / BC_DICE2.DMS / in.adf / INCLUDE / clib / diskfont_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-10  |  763 b   |  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 38.56
  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.  
  21. struct FontContentsHeader *NewFontContents( BPTR fontsLock, STRPTR fontName );
  22. void DisposeFontContents( struct FontContentsHeader *fontContentsHeader );
  23.  
  24. struct DiskFont *NewScaledDiskFont( struct TextFont *sourceFont,
  25.  struct TextAttr *destTextAttr );
  26. #endif 
  27.