Learn R Programming

lares (version 4.8.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")

Arguments

font

Character. Which font to check

Examples

Run this code
# NOT RUN {
font_exists(font = "Arial Narrow")
font_exists(font = "Weird Font")
# }

Run the code above in your browser using DataLab