home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 10
/
Fresh_Fish_10_2352.bin
/
useful
/
cbm
/
nduk
/
nduk-v39
/
include
/
clib
/
diskfont_protos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-09-24
|
935b
|
27 lines
#ifndef CLIB_DISKFONT_PROTOS_H
#define CLIB_DISKFONT_PROTOS_H
/*
** $VER: diskfont_protos.h 38.0 (18.06.92)
** Includes Release 39.108
**
** C prototypes. For use with 32 bit integers only.
**
** (C) Copyright 1990-1992 Commodore-Amiga, Inc.
** All Rights Reserved
*/
#ifndef DOS_DOS_H
#include <dos/dos.h>
#endif
#ifndef DISKFONT_DISKFONT_H
#include <diskfont/diskfont.h>
#endif
struct TextFont *OpenDiskFont( struct TextAttr *textAttr );
LONG AvailFonts( STRPTR buffer, long bufBytes, long flags );
/*--- functions in V34 or higher (distributed as Release 1.3) ---*/
struct FontContentsHeader *NewFontContents( BPTR fontsLock, STRPTR fontName );
void DisposeFontContents( struct FontContentsHeader *fontContentsHeader );
/*--- functions in V36 or higher (distributed as Release 2.0) ---*/
struct DiskFont *NewScaledDiskFont( struct TextFont *sourceFont,
struct TextAttr *destTextAttr );
#endif /* CLIB_DISKFONT_PROTOS_H */