The text_size()
function adjusts the font size of a tag element.
Arguments
- x
A tag element or .style pronoun.
- size
A number specifying a font size for the text. One of,
1
2
3
4
5
6
The sizes follow the conventions of HTML heading tags, so
1
is the largest font and6
the smallest.