Get detailed information about a font
get_font_info(id, subsets = NULL, ...)Id of the font, correspond to column id from get_all_fonts.
Select charsets, for example "latin".
Arguments passed to crul::HttpClient$new.
a data.frame.
if (interactive()) {
# Info about Roboto
roboto <- get_font_info("roboto")
}