reset_fonts: Reset any custom fonts

View source: R/font-utils.R

reset_fontsR Documentation

Reset any custom fonts

Description

This wipes a lot of cached font data.

Usage

reset_fonts(
  confirm = utils::askYesNo(msg = "Are you sure?", default = FALSE),
  web = FALSE,
  fonts = FALSE
)

Arguments

confirm

set to TRUE to automatically confirm

web

also clear webfont cache? (default FALSE)

fonts

also clear any downloaded fonts or converted afm files? (default FALSE)

Value

nothing


terminological/ggrrr documentation built on June 15, 2024, 6:35 a.m.