// vim: set filetype=pp2html:
=F
\X{mode=index_only}
The \B<\\F> tag allows to change parameters of the font, e. g. color or size.
\B
\\F{color=\I size=\I face=\I}
\B
:\B:This option changes the text color. Values can be symbolic names like
\I, \I, \I or RGB specifications like \C<"#CC0000">.
:\B: Use "+2", "-1", "4" etc. as values for this option. The values are passed
to the corresponding parameter of the HTML tag.
:\B: Use a valid type face name as value for this option. The value is passed
to the corresponding parameter of the HTML tag.
\B
The body is the string to be formatted.
\B
This text is \\F{color=red face="Times"}.
produces
This text is \F{color=red face="Times"}.
\B
\B<\\SUP>, \B<\\SUB>, \B<\\U>