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

  1. #ifndef __INC_POS_PSL_FONTREQ_H
  2. #define __INC_POS_PSL_FONTREQ_H
  3. /*******************************************************************
  4.  Includes Release 24
  5.  (C) Copyright 1995-1997 proDAD
  6.      All Rights Reserved
  7.  
  8.  $AUT Holger Burkarth
  9.  $DAT >>FontReq.h<<   30 Nov 1996    10:37:38 - (C) ProDAD
  10. *******************************************************************/
  11. #ifndef __INC_POS_PGFX_TEXT_H
  12. #include <pGfx/Text.h>
  13. #endif
  14. #ifndef __INC_POS_PEXEC_MEMORY_H
  15. #include <pExec/Memory.h>
  16. #endif
  17. #ifndef __INC_POS_PLAYER_RECT_H
  18. #include <pLayer/Rect.h>
  19. #endif
  20.  
  21.  
  22. /*----------------------------------
  23. -----------------------------------*/
  24. struct pOS_PslFontRequester
  25. {
  26.   UBYTE               pfn_Type;
  27.   UBYTE               pfn_Pad;
  28.   struct pOS_MemPool  pfn_MP;
  29.   ULONG               pfn_UserData[2];
  30.   struct pOS_IBox     pfn_WinBox;
  31.   ULONG               pfn_CrtFlags;
  32.   ULONG               pfn_IFlags;
  33.   UBYTE               pfn_Reserved1[64];
  34.  
  35.   struct pOS_TextAttr pfn_TextAttr;
  36.   UBYTE               pfn_FrontPen;
  37.   UBYTE               pfn_BackPen;
  38.   UBYTE               pfn_DrawMode;
  39.   UBYTE               pfn_Pad1;
  40.   const CHAR         *pfn_PositiveTxt;
  41.   const CHAR         *pfn_NegativeTxt;
  42.  
  43.   UBYTE pfn_Reserved2[64];
  44.  
  45.  
  46. /******* result - datas ***************/
  47.  
  48. };
  49.  
  50. #endif
  51.