#ifndef CLIB_DISKFONT_PROTOS_H #define CLIB_DISKFONT_PROTOS_H /* ** $VER: diskfont_protos.h 38.0 (18.6.92) ** Includes Release 40.15 ** ** C prototypes. For use with 32 bit integers only. ** ** (C) Copyright 1990-1993 Commodore-Amiga, Inc. ** All Rights Reserved */ #ifndef DOS_DOS_H #include #endif #ifndef DISKFONT_DISKFONT_H #include #endif #ifdef __cplusplus extern "C" { #endif struct TextFont *OpenDiskFont( struct TextAttr *textAttr ); LONG AvailFonts( STRPTR buffer, long bufBytes, long flags ); /*--- functions in V34 or higher (Release 1.3) ---*/ struct FontContentsHeader *NewFontContents( BPTR fontsLock, STRPTR fontName ); void DisposeFontContents( struct FontContentsHeader *fontContentsHeader ); /*--- functions in V36 or higher (Release 2.0) ---*/ struct DiskFont *NewScaledDiskFont( struct TextFont *sourceFont, struct TextAttr *destTextAttr ); #ifdef __cplusplus } #endif #ifdef STORMPRAGMAS #ifndef _INCLUDE_PRAGMA_DISKFONT_LIB_H #include #endif #endif #endif /* CLIB_DISKFONT_PROTOS_H */