#ifndef __INC_POS_PLIB_SPDKFONT_H
#define __INC_POS_PLIB_SPDKFONT_H
/*******************************************************************
 Includes Release 24
 (C) Copyright 1995-1997 proDAD
     All Rights Reserved

 $AUT Holger Burkarth
 $DAT >>SpDkFont.h<<   06 Sep 1996    10:39:30 - (C) ProDAD
*******************************************************************/
#include <pExec/Device.h>

extern struct pOS_DiskFontBase *gb_DiskFontBase;

/*----------------------------------
-----------------------------------*/
struct pOS_DiskFontLibFunction
{

  __ARID__ pOS_TextFont *pOS_OpenDiskFont(_R_LB pOS_DiskFontBase*,_R_A0 const pOS_TextAttr*);
  UBYTE _d0[8];

  pOS_StdDeviceFunction StdLib;
}; /* => Base */


#endif
