fontset_info: Fontset metadata
Description
This returns a data frame containing metadata about fonts. The
columns "variant" and "style" correspond to the properties of the
font as reported by fontconfig. The columns "family", "italic" and
"bold" provide information in terms of R nomenclature of fonts. The
column "base" gives the base filename of the font. See
fontset_list()
to obtain a list of available
fontsets.
Usage
fontset_info(fontset)
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.