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

  1. /* Series 3 fonts */
  2.  
  3. #define FONT_ID_S3              WS_FONT_BASE
  4. #define FONT_ID_S3BOLD          (WS_FONT_BASE+0x1)
  5. #define FONT_ID_S3DIGITS        (WS_FONT_BASE+0x2)
  6.  
  7. /* Series 3B supported fonts */
  8.  
  9. #define FONT_ID_MONO_8x8        (WS_FONT_BASE+0x3)
  10. #define FONT_ID_ROMAN_8         (WS_FONT_BASE+0x4)
  11. #define FONT_ID_ROMAN_11        (WS_FONT_BASE+0x5)
  12. #define FONT_ID_ROMAN_13        (WS_FONT_BASE+0x6)
  13. #define FONT_ID_ROMAN_16        (WS_FONT_BASE+0x7)
  14. #define FONT_ID_SWISS_8         (WS_FONT_BASE+0x8)
  15. #define FONT_ID_SWISS_11        (WS_FONT_BASE+0x9)
  16. #define FONT_ID_SWISS_13        (WS_FONT_BASE+0xa)
  17. #define FONT_ID_SWISS_16        (WS_FONT_BASE+0xb)
  18. #define FONT_ID_MONO_6x6        (WS_FONT_BASE+0xc)
  19.  
  20. /* Series 3B specialised fonts, not necessarily supported on future machines */
  21.  
  22. #define FONT_ID_DIGITS_8x4      (WS_FONT_BASE2+0x16)
  23. #define FONT_ID_DIGITS_8x4B     (WS_FONT_BASE2+0x17)
  24. #define FONT_ID_CLOCK_37        (WS_FONT_BASE2+0x18)
  25. #define FONT_ID_SWISS_8_THIN    (WS_FONT_BASE2+0x19)
  26. #define FONT_ID_ALPHA_UC_7B     (WS_FONT_BASE2+0x1a)
  27. #define FONT_ID_DIGITS_5x4      (WS_FONT_BASE2+0x1b)
  28. #define FONT_ID_AGN_SYM_8       (WS_FONT_BASE2+0x1c)
  29. #define FONT_ID_AGN_SYM_13      (WS_FONT_BASE2+0x1d)
  30. #define FONT_ID_SPR_5x4         (WS_FONT_BASE2+0x20)
  31. #define FONT_ID_CLOCK_15        (WS_FONT_BASE2+0x21)
  32.  
  33. /* Font ids that are component parts of configured groups */
  34.  
  35. #define FONT_ID_13_S            (WS_FONT_BASE2+0x4)
  36. #define FONT_ID_13M_S           (WS_FONT_BASE2+0x5)
  37. #define FONT_ID_13B_S           (WS_FONT_BASE2+0x6)
  38. #define FONT_ID_13_R            (WS_FONT_BASE2+0x8)
  39. #define FONT_ID_13B_R           (WS_FONT_BASE2+0x9)
  40. #define FONT_ID_11_S            (WS_FONT_BASE2+0xd)
  41. #define FONT_ID_11B_S           (WS_FONT_BASE2+0xe)
  42. #define FONT_ID_11_R            (WS_FONT_BASE2+0x10)
  43. #define FONT_ID_11B_R           (WS_FONT_BASE2+0x11)
  44. #define FONT_ID_8_S             (WS_FONT_BASE2+0x13)
  45. #define FONT_ID_8B_S            (WS_FONT_BASE2+0x14)
  46.