Skip to contents

Wrapper around penngradlings::font_info that tests whether the output is NULL.

Usage

font_exists(family, style = "Regular")

Arguments

family

Font family.

style

Font style. Defaults to "Regular".

Value

Boolean

Examples

# \dontrun{
font_exists(family = "Arial")
#> [1] TRUE
# }