home *** CD-ROM | disk | FTP | other *** search
- #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>
- #endif
- #ifndef __INC_POS_PEXEC_MEMORY_H
- #include <pExec/Memory.h>
- #endif
- #ifndef __INC_POS_PLAYER_RECT_H
- #include <pLayer/Rect.h>
- #endif
-
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_PslFontRequester
- {
- UBYTE pfn_Type;
- UBYTE pfn_Pad;
- struct pOS_MemPool pfn_MP;
- ULONG pfn_UserData[2];
- struct pOS_IBox pfn_WinBox;
- ULONG pfn_CrtFlags;
- ULONG pfn_IFlags;
- UBYTE pfn_Reserved1[64];
-
- struct pOS_TextAttr pfn_TextAttr;
- UBYTE pfn_FrontPen;
- UBYTE pfn_BackPen;
- UBYTE pfn_DrawMode;
- UBYTE pfn_Pad1;
- const CHAR *pfn_PositiveTxt;
- const CHAR *pfn_NegativeTxt;
-
- UBYTE pfn_Reserved2[64];
-
-
- /******* result - datas ***************/
-
- };
-
- #endif
-