home *** CD-ROM | disk | FTP | other *** search
- #ifndef __INC_POSA_CLIB_DISKFONT_PROTOS_C
- #define __INC_POSA_CLIB_DISKFONT_PROTOS_C
- /*******************************************************************
- $CRT 26 Nov 1996 : hb
-
- $AUT Holger Burkarth
- $DAT >>diskfont_protos.c<< 26 Nov 1996 14:12:48 - (C) ProDAD
- *******************************************************************/
- #pragma -
-
- #define NOMYDEBUG
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
-
- #include <dos/dos.h>
- #include <diskfont/diskfont.h>
- #include <p:proto/pGfx2.h>
-
- struct TextFont *OpenDiskFont( struct TextAttr *textAttr )
- { return( (struct TextFont*)pOS_OpenFont((struct pOS_TextAttr*)textAttr) );}
-
-
-
-
-
- #ifdef __IGNORE_NOT_SUPPORTED__
-
- LONG AvailFonts(STRPTR,long,long)
- {return(0);}
- struct FontContentsHeader *NewFontContents(BPTR,STRPTR)
- {return(0);}
- void DisposeFontContents(struct FontContentsHeader*)
- {}
- struct DiskFont *NewScaledDiskFont( struct TextFont*,struct TextAttr*)
- {return(0);}
-
- #endif /** __IGNORE_NOT_SUPPORTED__ **/
-
-
-
-
- #endif /* CLIB_DISKFONT_PROTOS_H */
-