fontquiver (version 0.2.1)

font_families: 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. "Liberation" or"Bitstream Vera"). Use fontset_list() to obtain the list of fontsets registered in your session.
family
One of "sans", "serif", "mono" or "symbol".

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

Run this code
font_families("Bitstream Vera")$mono$bold
font_faces("Bitstream Vera", "mono")

Run the code above in your browser using DataLab