home *** CD-ROM | disk | FTP | other *** search
- ; Arial 10 as the default font
- .attrDefaults font 6 size 10
-
- ; Title is non-scrolling, gray background
- .titleDefaults italic off scroll off bgColor 7
-
- ; Headers styles
- .setStyle styleH1 bold on size 40
- .setStyle styleH2 bold on size 35
- .setStyle styleH3 bold on size 30
- .setStyle styleH4 bold on size 25
- .setStyle styleH5 bold on size 20
- .setStyle styleH6 size 20
-
- ; TypeWriter = LinePrinter font
- .setStyle styleTypeWriter font 3
-
- .setStyle styleCite italic on
-
- ; courier, no-wrap for preformatted
- .setStyle stylePre font 8 wrap off
-
- .setStyle styleStrong bold on
-
- .setStyle styleDfn italic on
-
- .setStyle styleEm bold on
-
- ; courier for preformatted
- .setStyle styleCode font 8
-
- ; courier, italic for var
- .setStyle styleVar font 8 italic on
-
- ; courier for SAMP
- .setStyle styleSamp font 8
-
- .setStyle styleAddress italic on
-
- ; linePrinter for preformatted
- .setStyle styleKbd font 3
-
-