font_families {fontquiver} | R Documentation |
Font families and faces
Description
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.
Usage
font_families(fontset)
font_faces(fontset, family = c("sans", "serif", "mono", "symbol"))
Arguments
fontset |
A string giving the name of a set of fonts
(e.g. |
family |
One of |
Details
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()
.
See Also
font_variants()
, fonts()
Examples
font_families("Bitstream Vera")$mono$bold
font_faces("Bitstream Vera", "mono")
[Package fontquiver version 0.2.1 Index]