home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / IncPOS.lzx / pLib / SpDkFont.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-18  |  724 b   |  28 lines

  1. #ifndef __INC_POS_PLIB_SPDKFONT_H
  2. #define __INC_POS_PLIB_SPDKFONT_H
  3. /*******************************************************************
  4.  Includes Release 24
  5.  (C) Copyright 1995-1997 proDAD
  6.      All Rights Reserved
  7.  
  8.  $AUT Holger Burkarth
  9.  $DAT >>SpDkFont.h<<   06 Sep 1996    10:39:30 - (C) ProDAD
  10. *******************************************************************/
  11. #include "p:pExec/Device.h"
  12.  
  13. extern struct pOS_DiskFontBase *gb_DiskFontBase;
  14.  
  15. /*----------------------------------
  16. -----------------------------------*/
  17. struct pOS_DiskFontLibFunction
  18. {
  19.  
  20.   __ARID__ pOS_TextFont *pOS_OpenDiskFont(_R_LB pOS_DiskFontBase*,_R_A0 const pOS_TextAttr*);
  21.   UBYTE _d0[8];
  22.  
  23.   pOS_StdDeviceFunction StdLib;
  24. }; /* => Base */
  25.  
  26.  
  27. #endif
  28.