splice_fonts {fontquiver} | R Documentation |
Splice fonts and font collections
Description
splice_fonts()
Reduces its arguments to a flat list. It
accepts indinstinctly font
objects, lists of font
objects (obtained with fonts()
), or collections of
fonts produced by font_variants()
or
font_families()
. Duplicate fonts are removed from the
result.
Usage
splice_fonts(...)
Arguments
... |
Fonts or collections of fonts. See
|
Examples
splice_fonts(font("Bitstream Vera", "Sans", "Oblique"), font_faces("Bitstream Vera", "mono"))
[Package fontquiver version 0.2.1 Index]