<smallcaps> ... </smallcaps>
|
 |
<smallcaps> is defined in the Main RXML parser module.
This tag prints the contents in smallcaps
|
|
Attributes
- size
-
Sets the base font size, which can be between 1 and 7. This is used
for the upper case letters.
- small
-
Sets the font size for the lower case letters.
- space
-
Insert a space between every letter.
Example
source code
|
<smallcaps size=6 small=2 space>Roxen Challenger</smallcaps>
|
 |
|
result
|
R O X E N C H A L L E N G E R
|
|
|