home *** CD-ROM | disk | FTP | other *** search
- #define FONTDLG_OPH
-
- #ifndef DLGBOX_OPH
- #include <sdk\dlgbox>
- #endif
-
- #ifndef SCRLAY_OPH
- #include <sdk\scrlay>
- #endif
-
- /* Types for fontsel */
-
- STRUCT FONTSEL_DATA
- wdr%
- pf%
- ret%
- ENDS
-
- /* Property of fontsel */
-
- STRUCT PRS_FONTSEL
- names%
- sizes%
- wdr%
- pf%
- f#(SIZEOF(SCRLAY_FONT))
- ENDS
-
- STRUCT PR_FONTSEL
- root#(SIZEOF(PRS_ROOT))
- win#(SIZEOF(PRS_WIN))
- dlgchain#(SIZEOF(PRS_DLGCHAIN))
- dlgbox#(SIZEOF(PRS_DLGBOX))
- fontsel#(SIZEOF(PRS_FONTSEL))
- ENDS
-