home *** CD-ROM | disk | FTP | other *** search
- @DATABASE "pSL/FontReq.h"
- @MASTER "Work2:AD/IInc/pSL/FontReq.h"
- @REMARK This file was created by ADtoHT 2.0 on 11-Mär-97 13:35:30
- @REMARK Do not edit
- @REMARK ADtoHT is © 1993-1995 Christian Stieber
-
- @NODE MAIN "pSL/FontReq.h"
- @TOC "__pOS_Dev.guide/MAIN"
-
- @{"pSL/FontReq.h" LINK File}
-
-
- @{b}Structures@{ub}
-
- @{"pOS_PslFontRequester" LINK "pSL/FontReq.h/File" 24}
-
- @ENDNODE
- @NODE File "pSL/FontReq.h"
- #ifndef __INC_POS_PSL_FONTREQ_H
- #define __INC_POS_PSL_FONTREQ_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>FontReq.h<< 30 Nov 1996 10:37:38 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PGFX_TEXT_H
- #include <@{"pGfx/Text.h" LINK "pGFX/Text.h/File"}>
- #endif
- #ifndef __INC_POS_PEXEC_MEMORY_H
- #include <@{"pExec/Memory.h" LINK "pExec/Memory.h/File"}>
- #endif
- #ifndef __INC_POS_PLAYER_RECT_H
- #include <@{"pLayer/Rect.h" LINK "pLayer/Rect.h/File"}>
- #endif
-
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_PslFontRequester
- {
- @{"UBYTE" LINK "pExec/Types.h/File" 95} pfn_Type;
- @{"UBYTE" LINK "pExec/Types.h/File" 95} pfn_Pad;
- @{"struct pOS_MemPool" LINK "pExec/Memory.h/File" 74} pfn_MP;
- @{"ULONG" LINK "pExec/Types.h/File" 91} pfn_UserData[2];
- @{"struct pOS_IBox" LINK "pLayer/Rect.h/File" 42} pfn_WinBox;
- @{"ULONG" LINK "pExec/Types.h/File" 91} pfn_CrtFlags;
- @{"ULONG" LINK "pExec/Types.h/File" 91} pfn_IFlags;
- @{"UBYTE" LINK "pExec/Types.h/File" 95} pfn_Reserved1[64];
-
- @{"struct pOS_TextAttr" LINK "pGFX/Text.h/File" 18} pfn_TextAttr;
- @{"UBYTE" LINK "pExec/Types.h/File" 95} pfn_FrontPen;
- @{"UBYTE" LINK "pExec/Types.h/File" 95} pfn_BackPen;
- @{"UBYTE" LINK "pExec/Types.h/File" 95} pfn_DrawMode;
- @{"UBYTE" LINK "pExec/Types.h/File" 95} pfn_Pad1;
- const @{"CHAR" LINK "pExec/Types.h/File" 100} *pfn_PositiveTxt;
- const @{"CHAR" LINK "pExec/Types.h/File" 100} *pfn_NegativeTxt;
-
- @{"UBYTE" LINK "pExec/Types.h/File" 95} pfn_Reserved2[64];
-
-
- /******* result - datas ***************/
-
- };
-
- #endif
- @ENDNODE
-