Skip to contents

Register members of a font family as their own families

Usage

font_hoist(family, verbose = TRUE)

Arguments

family

The name of the font family, as registered in systemfonts::system_fonts()

verbose

Whether to print a message of the newly registered font families

Examples

# \dontrun{
font_hoist(family = "Arial")
#> v Hoisted 9 variants for "Arial"
#> * Arial Regular
#> * Arial Black
#> * Arial Bold
#> * Arial Bold Italic
#> * Arial Italic
#> * Arial Narrow
#> * Arial Narrow Bold
#> * Arial Narrow Bold Italic
#> * Arial Narrow Italic
# }