Next: FORMAT   Previous: C   Contents: Contents

F

The \F tag allows to change parameters of the font, e. g. color or size.

Syntax

\F{color=colorvalue size=sizevalue face=typeface}<body>

Options

color
This option changes the text color. Values can be symbolic names like red, blue, yellow or RGB specifications like "#CC0000".
size
Use "+2", "-1", "4" etc. as values for this option. The values are passed to the corresponding parameter of the HTML <FONT> tag.
face
Use a valid type face name as value for this option. The value is passed to the corresponding parameter of the HTML <FONT> tag.

Body

The body is the string to be formatted.

Example


  This text is \F{color=red face="Times"}<colored>.

produces


  This text is colored.

See also

\SUP, \SUB, \U

Next: FORMAT   Previous: C   Contents: Contents