Learn R Programming

lares (version 5.2.2)

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

See Also

Other Tools: autoline(), bind_files(), bring_api(), db_download(), db_upload(), export_plot(), export_results(), files_functions(), formatColoured(), formatHTML(), get_credentials(), glued(), grepm(), h2o_selectmodel(), haveInternet(), image_metadata(), importxlsx(), ip_data(), json2vector(), list_cats(), listfiles(), mail_send(), markdown2df(), move_files(), msplit(), myip(), quiet(), read.file(), statusbar(), tic(), try_require(), updateLares(), warnifnot(), what_size()

Examples

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

Run the code above in your browser using DataLab