The function font enables font selection.
| prototype |
(font [:face] [:size] [:class] [:ident] node...) |
| :ident | html lout latex context info xml | The node identifier. |
| :class | html lout latex context info xml | The node class. |
| :size | html lout latex context | The size of the font. The size may be relative
(with respect to the current font size) or absolute. A relative
font is either specified with a floating point value or a negative
integer value. A positive integer value specifies an absolute font size. |
| :face | html lout | The name of the font to be used. |
node... | The nodes of the font. |
Ex. 10: The font markup
... produces:
-
A smaller font.
-
An absolute font size.
-
A larger font.
-
An helvetica example.
|
|