home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d473
/
cnewssrc
/
cnews_src.lzh
/
include
/
pragma
/
diskfont.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-12-29
|
560b
|
14 lines
#ifndef PRAGMA_DISKFONT_H
#define PRAGMA_DISKFONT_H
/* "diskfont.library" */
#pragma amicall(_DiskfontBase, 0x1E, OpenDiskFont(a0))
#pragma amicall(_DiskfontBase, 0x24, AvailFonts(a0,d0,d1))
/*--- functions in V34 or higher (distributed as Release 1.3) --- */
#pragma amicall(_DiskfontBase, 0x2A, NewFontContents(a0,a1))
#pragma amicall(_DiskfontBase, 0x30, DisposeFontContents(a1))
/*--- functions in V36 or higher (distributed as Preliminary Release 2.0) --- */
#pragma amicall(_DiskfontBase, 0x36, NewScaledDiskFont(a0,a1))
#endif /* PRAGMA_DISKFONT_H */