Skip to contents

Which fonts are available on this system without hitting webfonts.

Usage

fonts_available(family)

Arguments

family

a font family name or names

Value

the font family name if it can be located or an empty list otherwise

Examples

fonts_available(c("Arial","sdfdsfsd"))
#> [1] "Arial"