Description Usage Arguments Details See Also Examples
Returns families or faces as font files for a given font set. The
files are organised by R nomenclature of families ("sans"
,
"serif"
, "mono"
, and "symbol"
) and faces
("plain"
, "italic"
, "bold"
, and
"bolditalic"
). When a font does not have a combination,
NA
is reported.
1 2 3 | font_families(fontset)
font_faces(fontset, family = c("sans", "serif", "mono", "symbol"))
|
fontset |
A string giving the name of a set of fonts
(e.g. |
family |
One of |
Note that the fonts returned by font_faces()
and
font_families()
are constrained by R's nomenclature
of fonts and are thus a subset of those returned by
font_variants()
and font_styles()
.
1 2 | font_families("Bitstream Vera")$mono$bold
font_faces("Bitstream Vera", "mono")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.