get_all_fonts {gfonts} | R Documentation |
Retrieve from API all fonts currently available.
Use the id
field in other functions to reference the font you want to use.
get_all_fonts(...)
... |
Arguments passed to |
a data.frame
.
if (interactive()) {
# Retrieve all fonts currently available
all_fonts <- get_all_fonts()
}