The R Project SVN R

Rev

Rev 6348 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6348 Rev 6351
Line 11... Line 11...
11
# Routines for HTML to RTF
11
# Routines for HTML to RTF
12
#
12
#
13
# Steve Atkins, Nov '97
13
# Steve Atkins, Nov '97
14
 
14
 
15
$Font{"P"} = "\\f0\\fs22";
15
$Font{"P"} = "\\f0\\fs22";
16
$Font{"H1"} = "\\f0\\fs48\\cf13";
16
$Font{"H1"} = "\\f0\\fs48\\cf15";
17
$Font{"H2"} = "\\f0\\fs36\\cf1";
17
$Font{"H2"} = "\\f0\\fs36\\cf1";
18
$Font{"H3"} = "\\f0\\fs30\\cf14";
18
$Font{"H3"} = "\\f0\\fs30\\cf14";
19
$Font{"H4"} = "\\f0\\fs26";
19
$Font{"H4"} = "\\f0\\fs26";
20
$Font{"H5"} = "\\f0\\fs20";
20
$Font{"H5"} = "\\f0\\fs20";
21
$Font{"H6"} = "\\f0\\fs18";
21
$Font{"H6"} = "\\f0\\fs18";