home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 7 / AU_CD7.iso / ecs / _stronghlp / _configure < prev    next >
Text File  |  1998-07-17  |  2KB  |  59 lines

  1. # Configure file for StrongHelp
  2. # Lines starting with "# " are comments (Note the space)
  3. # Lines starting with "#Commands" and "#End" are *not* comments.
  4.  
  5. #Commands
  6.  
  7. # f0  = Sassoon.Primary           14   Bold  1  Italic  2  Both  3
  8. # f1  = Sassoon.Primary.Bold      14   Bold  1  Italic  2  Both  3
  9. # f2  = Homerton.Medium.Oblique   14   Bold  1  Italic  2  Both  3
  10. # f3  = Homerton.Bold.Oblique     14   Bold  1  Italic  2  Both  3
  11.  
  12. # The Body font
  13.  
  14. f0  = Trinity.Medium          14   Bold  1  Italic  2  Both  3
  15. f1  = Trinity.Bold            14   Bold  1  Italic  2  Both  3
  16. f2  = Trinity.Medium.Italic   14   Bold  1  Italic  2  Both  3
  17. f3  = Trinity.Bold.Italic     14   Bold  1  Italic  2  Both  3
  18.  
  19. # The Headline fonts
  20.  
  21. f10 = Homerton.Bold           26
  22. f11 = Homerton.Bold.Oblique   20
  23. f12 = Trinity.Bold            18
  24. f13 = Trinity.Bold.Italic     16
  25. f14 = Trinity.Medium          14
  26. f15 = Trinity.Medium.Italic   14
  27.  
  28. # The fonts used for fCode
  29.  
  30. f20 = Corpus.Medium           14   Bold 21  Italic 22  Both 23
  31. f21 = Corpus.Bold             14   Bold 21  Italic 22  Both 23
  32. f22 = Corpus.Medium.Oblique   14   Bold 21  Italic 22  Both 23
  33. f23 = Corpus.Bold.Oblique     14   Bold 21  Italic 22  Both 23
  34.  
  35. # Fonts 24 to 31 are reserved for the manuals themselves.
  36.  
  37. # The styles..
  38.  
  39. fStd       = f0  rgb 0,0,0  align left
  40. fLink      = f_*
  41. fStrong    = f*
  42. fEmphasis  = f/
  43. fUnderline = f_
  44. fCode      = f20
  45. fCite      = f/  rgb 50,50,50
  46.  
  47. fH1        = f10 Align Centre
  48. fH2        = f11 Align Centre
  49. fH3        = f12 Align Centre
  50. fH4        = f13 Align Left
  51. fH5        = f14 Align Left
  52. fH6        = f15 Align Left
  53.  
  54. # Set default background and font
  55.  
  56. Background wimp 1
  57. fStd
  58.  
  59. #End