powered by
Retrieve from API all fonts currently available. Use the id field in other functions to reference the font you want to use.
id
get_all_fonts(...)
a data.frame.
data.frame
Arguments passed to crul::HttpClient$new.
crul::HttpClient$new
if (interactive()) { # Retrieve all fonts currently available all_fonts <- get_all_fonts() }
Run the code above in your browser using DataLab