font_family_exists: Check if font family exists.

View source: R/font_family_exists.R

font_family_existsR Documentation

Check if font family exists.

Description

Check if a font family exists in system fonts.

Usage

font_family_exists(font_family = "sans")

Arguments

font_family

font family name (case sensitive)

Value

A logical value

Examples

font_family_exists("sans")
font_family_exists("Arial")
font_family_exists("Courier")

gdtools documentation built on Oct. 15, 2023, 5:07 p.m.