splice_fonts: Splice fonts and font collections

Description Usage Arguments Examples

View source: R/utils.R

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

1

Arguments

...

Fonts or collections of fonts. See font_families() and font_variants() for creating collections of fonts. You can also supply lists of individual fonts as returned by fonts().

Examples

1
splice_fonts(font("Bitstream Vera", "Sans", "Oblique"), font_faces("Bitstream Vera", "mono"))

lionel-/fontquiver documentation built on May 21, 2019, 6:40 a.m.