Learn R Programming

lares (version 5.1.4)

font_exists: Check if Font is Installed

Description

This function checks if a font is installed in your machine.

Usage

font_exists(font = "Arial Narrow", quiet = FALSE)

Value

Boolean result of the existing fonts check.

Arguments

font

Character. Which font to check

quiet

Boolean. Keep quiet? If not, show message

Examples

Run this code
font_exists(font = "Arial")
font_exists(font = "XOXO")
font_exists(font = "")

Run the code above in your browser using DataLab