home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 2002 January / STC_CD_01_2002.iso / APP / HIREWIR2 / MENUWIRE / EXAMPLEC / HIGHWIRE.CFG
Text File  |  2001-08-25  |  979b  |  49 lines

  1. #
  2. # Configuration file for HighWire
  3. #
  4. # '#' are remark lines and ignored
  5. #
  6. # Variables are set in the following manner
  7. #
  8. # NORMAL = 184959
  9. #
  10. # Where the first part is the variable name
  11. # then a space, then an = and then another space
  12. # followed by the value you want it set to.
  13. #
  14. #
  15. # Normal Font
  16. #
  17. # This is the font that the normal text will be
  18. # displayed with.
  19. #
  20. # The value for ALL font variables is the index number
  21. #
  22. # There are 4 necessary values for each of the font
  23. # variables, these are plain, italic, bold, bold italic
  24. #
  25.  
  26. NORMAL = 5003
  27. #NORMAL = 5031
  28. ITALIC_NORMAL = 5032
  29. BOLD_NORMAL = 5033
  30. BOLD_ITALIC_NORMAL = 5034
  31.  
  32. # Header Font
  33. # The font that headers will be displayed with
  34.  
  35. HEADER = 5031
  36. ITALIC_HEADER = 5032
  37. BOLD_HEADER = 5033
  38. BOLD_ITALIC_HEADER = 5034
  39.  
  40. # Teletype Font
  41. #
  42. # Font used for PRE and TT tags
  43.  
  44. #TELETYPE = 5031
  45. TELETYPE = 5596
  46. ITALIC_TELETYPE = 5032
  47. BOLD_TELETYPE = 5033
  48. BOLD_ITALIC_TELETYPE = 5034