Description Usage Arguments Examples
fonts()
returns the list of all font
objects for a
given fontset (a collection of fonts provided by fontquiver, such
as Liberation
or Bitstream Vera
). font()
returns one specific font. font_symbol()
extracts the font
marked as symbol font, if it exists in the fontset.
1 2 3 4 5 | fonts(fontset)
font(fontset, variant, style)
font_symbol(fontset = "Symbola")
|
fontset |
A string giving the name of a set of fonts
(e.g. |
variant |
Font variant, as per Fontconfig's nomenclature. Use
|
style |
Font style, as per Fontconfig's nomenclature. Use
|
1 2 3 4 5 6 | font("Bitstream Vera", "Sans", "Roman")
f <- fonts("Liberation")
str(f, 1)
font_symbol("Symbola")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.