home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / psion / opp16f_zip / INCLUDE / SDK / FONTDLG.OPH < prev    next >
Encoding:
Text File  |  1995-12-21  |  490 b   |  36 lines

  1. #define FONTDLG_OPH
  2.  
  3. #ifndef DLGBOX_OPH
  4. #include <sdk\dlgbox>
  5. #endif
  6.  
  7. #ifndef SCRLAY_OPH
  8. #include <sdk\scrlay>
  9. #endif
  10.  
  11. /* Types for fontsel */
  12.  
  13. STRUCT FONTSEL_DATA
  14.     wdr%
  15.     pf%
  16.     ret%
  17. ENDS
  18.  
  19. /* Property of fontsel */
  20.  
  21. STRUCT PRS_FONTSEL
  22.     names%
  23.     sizes%
  24.     wdr%
  25.     pf%
  26.     f#(SIZEOF(SCRLAY_FONT))
  27. ENDS
  28.  
  29. STRUCT PR_FONTSEL
  30.     root#(SIZEOF(PRS_ROOT))
  31.     win#(SIZEOF(PRS_WIN))
  32.     dlgchain#(SIZEOF(PRS_DLGCHAIN))
  33.     dlgbox#(SIZEOF(PRS_DLGBOX))
  34.     fontsel#(SIZEOF(PRS_FONTSEL))
  35. ENDS
  36.