home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / pOSxA.lzx / pOSxA / clib / diskfont_protos.c < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-12  |  1014 b   |  45 lines

  1. #ifndef __INC_POSA_CLIB_DISKFONT_PROTOS_C
  2. #define __INC_POSA_CLIB_DISKFONT_PROTOS_C
  3. /*******************************************************************
  4.  $CRT 26 Nov 1996 : hb
  5.  
  6.  $AUT Holger Burkarth
  7.  $DAT >>diskfont_protos.c<<   26 Nov 1996    14:12:48 - (C) ProDAD
  8. *******************************************************************/
  9. #pragma -
  10.  
  11. #define NOMYDEBUG
  12.  
  13. #ifndef  EXEC_TYPES_H
  14. #include <exec/types.h>
  15. #endif
  16.  
  17. #include <dos/dos.h>
  18. #include <diskfont/diskfont.h>
  19. #include <p:proto/pGfx2.h>
  20.  
  21. struct TextFont *OpenDiskFont( struct TextAttr *textAttr )
  22.   { return( (struct TextFont*)pOS_OpenFont((struct pOS_TextAttr*)textAttr) );}
  23.  
  24.  
  25.  
  26.  
  27.  
  28. #ifdef __IGNORE_NOT_SUPPORTED__
  29.  
  30. LONG AvailFonts(STRPTR,long,long)
  31. {return(0);}
  32. struct FontContentsHeader *NewFontContents(BPTR,STRPTR)
  33. {return(0);}
  34. void DisposeFontContents(struct FontContentsHeader*)
  35. {}
  36. struct DiskFont *NewScaledDiskFont( struct TextFont*,struct TextAttr*)
  37. {return(0);}
  38.  
  39. #endif  /** __IGNORE_NOT_SUPPORTED__ **/
  40.  
  41.  
  42.  
  43.  
  44. #endif     /* CLIB_DISKFONT_PROTOS_H */
  45.