#ifndef __INC_POSA_CLIB_DISKFONT_PROTOS_C
#define __INC_POSA_CLIB_DISKFONT_PROTOS_C
/*******************************************************************
 Includes Release 24
 (C) Copyright 1995-1997 proDAD
     All Rights Reserved

 $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 <pProto/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 */
