entIeths of a Ioint). Default is 0.
So if you wanted the left margin to be an additional half inch larger, you'd
set C<< lm => 720 >> (since there's 1440 twips in an inch). If you wanted it to
be about 1.5cm larger, you'd set C<< lw => 850 >> (since there's about 567
twips in a centimeter).
=item rm
Amount of I indenting to apply to the left margin, in twips
(IentIeths of a Ioint). Default is 0.
=item normal_halfpoint_size
This is the size of normal text in the document, in I-points. The default
value is 22, meaning that normal text is in 11 point.
=item header_halfpoint_size
This is the size of text used in the document's page-header, in I-points.
The default value is 17, meaning that normal text is in 7.5 point. Currently,
the header consists just of "p. I" in the upper-right-hand corner,
and cannot be disabled.
=item head1_halfpoint_size ... head6_halfpoint_size
These control the font size of each heading level, in half-twips. For example,
the default for head3_halfpoint_size is 25, meaning that HTML C<< ...
>> text will be in 12.5 point text (in addition to being underlined and in the
heading font).
=item codeblock_halfpoint_size
This controls the font size (in half-points) of the text used for C<<
...
>> text. By default, it is 18, meaning 9 point.
=item fontname_body
This option controls what font is to be used for the body of the text -- that
is, everything other than heading text and text in pre/code/tt elements. The
default value is currently "Times". Other handy values I can suggest using are
"Georgia" or "Bookman Old Style".
=item fontname_code
This option controls what font is to be used for text in pre/code/tt elements.
The default value is currently "Courier New".
=item fontname_headings
This option controls what font name is to be used for headings. You can use
the same font as fontname_body, but I prefer a sans-serif font, so the default
value is currently "Arial". Also consider "Tahoma" and "Verdana".
=item document_language
This option controls what Microsoft language number will be specified as the
language for this document. The current default value is 1033, for US English.
Consult an RTF reference for other language numbers.
=item hr_width
This option controls how many underline characters will be used for rendering a
"
" tag. Its default value is currently 50. You can usually leave this
alone, but under some circumstances you might want to use a smaller or larger
number.
=item no_prolog
If this option is set to a true value, HTML::FormatRTF will make a point of
I emitting the RTF prolog before the document. By default, this is off,
meaning that HTML::FormatRTF I emit the prolog. This option is of
interest only to advanced users.
=item no_trailer
If this option is set to a true value, HTML::FormatRTF will make a point of
I emitting the RTF trailer at the end of the document. By default, this
is off, meaning that HTML::FormatRTF I emit the bit of RTF that ends the
document. This option is of interest only to advanced users.
=back
=head1 SEE ALSO
L, L
=head1 INSTALLATION
See perlmodinstall for information and options on installing Perl modules.
=head1 BUGS AND LIMITATIONS
You can make new bug reports, and view existing ones, through the
web interface at L.
=head1 AVAILABILITY
The project homepage is L.
The latest version of this module is available from the Comprehensive Perl
Archive Network (CPAN). Visit L to find a CPAN
site near you, or see L.
=head1 AUTHORS
=over 4
=item *
Nigel Metheringham
=item *
Sean M Burke
=item *
Gisle Aas
=back
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Nigel Metheringham, 2002-2005 Sean M Burke, 1999-2002 Gisle Aas.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut