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 >
Wrap
Text File
|
1991-06-09
|
417b
|
21 lines
#ifndef XDISKFONT_PRO
#include <vfont/vfont.h>
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef DOS_DOS_DOS_H
#include <dos/dos.h>
#endif
typedef struct FontContentsHeader FontCH;
VFontClass *XDFLoadDiskFont(struct FontContents *fc);
long XDFSaveDiskFont(VFont *font, UBYTE *name, ULONG length);
FontCH *XDFNewFontContents(BPTR fontsLock, STRPTR fontName);
#define XDISKFONT_PRO
#endif