home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 517a.lha / VFont_v2.0 / include / clib / xdiskfont.bak < prev    next >
Text File  |  1991-06-09  |  417b  |  21 lines

  1. #ifndef XDISKFONT_PRO
  2.  
  3. #include <vfont/vfont.h>
  4.  
  5. #ifndef EXEC_TYPES_H
  6. #include <exec/types.h>
  7. #endif
  8.  
  9. #ifndef DOS_DOS_DOS_H
  10. #include <dos/dos.h>
  11. #endif
  12.  
  13. typedef struct FontContentsHeader FontCH;
  14.  
  15. VFontClass  *XDFLoadDiskFont(struct FontContents *fc);
  16. long         XDFSaveDiskFont(VFont *font, UBYTE *name, ULONG length);
  17. FontCH      *XDFNewFontContents(BPTR fontsLock, STRPTR fontName);
  18.  
  19. #define XDISKFONT_PRO
  20. #endif
  21.