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

  1. @DATABASE "pSL/FontReq.h"
  2. @MASTER   "Work2:AD/IInc/pSL/FontReq.h"
  3. @REMARK   This file was created by ADtoHT 2.0 on 11-Mär-97  13:35:30
  4. @REMARK   Do not edit
  5. @REMARK   ADtoHT is © 1993-1995 Christian Stieber
  6.  
  7. @NODE MAIN "pSL/FontReq.h"
  8. @TOC "__pOS_Dev.guide/MAIN"
  9.  
  10. @{"pSL/FontReq.h" LINK File}
  11.  
  12.  
  13. @{b}Structures@{ub}
  14.  
  15. @{"pOS_PslFontRequester" LINK "pSL/FontReq.h/File" 24}
  16.  
  17. @ENDNODE
  18. @NODE File "pSL/FontReq.h"
  19. #ifndef __INC_POS_PSL_FONTREQ_H
  20. #define __INC_POS_PSL_FONTREQ_H
  21. /*******************************************************************
  22.  Includes Release 24
  23.  (C) Copyright 1995-1997 proDAD
  24.      All Rights Reserved
  25.  
  26.  $AUT Holger Burkarth
  27.  $DAT >>FontReq.h<<   30 Nov 1996    10:37:38 - (C) ProDAD
  28. *******************************************************************/
  29. #ifndef __INC_POS_PGFX_TEXT_H
  30. #include <@{"pGfx/Text.h" LINK "pGFX/Text.h/File"}>
  31. #endif
  32. #ifndef __INC_POS_PEXEC_MEMORY_H
  33. #include <@{"pExec/Memory.h" LINK "pExec/Memory.h/File"}>
  34. #endif
  35. #ifndef __INC_POS_PLAYER_RECT_H
  36. #include <@{"pLayer/Rect.h" LINK "pLayer/Rect.h/File"}>
  37. #endif
  38.  
  39.  
  40. /*----------------------------------
  41. -----------------------------------*/
  42. struct pOS_PslFontRequester
  43. {
  44.   @{"UBYTE" LINK "pExec/Types.h/File" 95}               pfn_Type;
  45.   @{"UBYTE" LINK "pExec/Types.h/File" 95}               pfn_Pad;
  46.   @{"struct pOS_MemPool" LINK "pExec/Memory.h/File" 74}  pfn_MP;
  47.   @{"ULONG" LINK "pExec/Types.h/File" 91}               pfn_UserData[2];
  48.   @{"struct pOS_IBox" LINK "pLayer/Rect.h/File" 42}     pfn_WinBox;
  49.   @{"ULONG" LINK "pExec/Types.h/File" 91}               pfn_CrtFlags;
  50.   @{"ULONG" LINK "pExec/Types.h/File" 91}               pfn_IFlags;
  51.   @{"UBYTE" LINK "pExec/Types.h/File" 95}               pfn_Reserved1[64];
  52.  
  53.   @{"struct pOS_TextAttr" LINK "pGFX/Text.h/File" 18} pfn_TextAttr;
  54.   @{"UBYTE" LINK "pExec/Types.h/File" 95}               pfn_FrontPen;
  55.   @{"UBYTE" LINK "pExec/Types.h/File" 95}               pfn_BackPen;
  56.   @{"UBYTE" LINK "pExec/Types.h/File" 95}               pfn_DrawMode;
  57.   @{"UBYTE" LINK "pExec/Types.h/File" 95}               pfn_Pad1;
  58.   const @{"CHAR" LINK "pExec/Types.h/File" 100}         *pfn_PositiveTxt;
  59.   const @{"CHAR" LINK "pExec/Types.h/File" 100}         *pfn_NegativeTxt;
  60.  
  61.   @{"UBYTE" LINK "pExec/Types.h/File" 95} pfn_Reserved2[64];
  62.  
  63.  
  64. /******* result - datas ***************/
  65.  
  66. };
  67.  
  68. #endif
  69. @ENDNODE
  70.