getSVGFonts | R Documentation |
These functions control the SVG font stacks that are used when exporting text to SVG.
getSVGFonts()
setSVGFonts(fontStacks)
fontStacks |
A list of font stacks (typically the modified result
from |
getSVGFonts()
returns a list of three font stacks called
serif
, sans
, and mono
. The user can modify the
values in each stack and then reset the stacks by calling
setSVGFonts()
(a default value will always be forced at the
end of each font stack).
A list (for getSVGFonts()
).
Simon Potter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.