Skip to contents

Checks whether Cheysson fonts have been registered and are available for use.

Usage

cheysson_fonts_available(method = NULL)

Arguments

method

Check for "systemfonts" or "showtext". If NULL (default), checks both methods.

Value

Logical indicating whether fonts are available

Examples

if (cheysson_fonts_available()) {
  message("Cheysson fonts are ready to use!")
}