home *** CD-ROM | disk | FTP | other *** search
- {$if not def DISKFONT_LIB_H} CONST DISKFONT_LIB_H=0;
-
- { **************************************************************
- ** KickPascal-Include-Datei "diskfont.lib" zu Kickstart 3.0 **
- ************************************************************** }
-
- {$if not def DOS_DOS_H;incl "dos/dos.h";endif}
- {$if not def DISKFONT_DISKFONT_H;incl "diskfont/diskfont.h";endif}
-
- VAR DiskFontBase : Ptr;
-
- LIBRARY DiskFontBase :
- -30 : FUNCTION OpenDiskFont ( A0:p_TextAttr): p_TextFont;
- -36 : FUNCTION AvailFonts ( A0:Str, D0:LongInt, D1:LongInt) : LongInt;
- { **** Routinen ab V34 / Release 1.3 **** }
- -42 : FUNCTION NewFontContents(A0:BPTR, A1:Str): p_FontContentsHeader;
- -48 : PROCEDURE DisposeFontContents(A1:p_FontContentsHeader);
- { **** Routinen ab V36 / Release 2.0 **** }
- -54 : FUNCTION NewScaledDiskFont(A0:p_TextFont, A1:p_TextAttr): p_DiskFontHeader;
- END;
-
- {$endif}
-