Description Usage Arguments Value Examples
These property functions modify or return the font sizes of an rtf_doc object
or individual titles/footnotes objects of the hf_line class.
When used on an rtf_doc object to retrieve font sizes, the document level
default font size within the rtf_doc is returned. When used on an rtf_doc to
set fonts, the default font size for the RTF document is set.
When used on titles/footnotes (hf_line objects), the font size is either
returned of set for that individual line.
1 2 3 4 5 | font_size(x, ...)
font_size(x) <- value
set_font_size(x, value)
|
x |
|
... |
Additonal arguments passed to method dispatch. |
value |
A numeric value for font size in points. |
For font_size(), the font_size attribute of the supplied
rtf_doc or hf_line. For `font_size<-`() and
set_font_size, the modified object.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.