Next: FORMAT Previous: C Contents: Contents |
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
"#CC0000"
.
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 |