get_font_info {gfonts} | R Documentation |
Get detailed information about a font
get_font_info(id, subsets = NULL, ...)
id |
Id of the font, correspond to column |
subsets |
Select charsets, for example |
... |
Arguments passed to |
a data.frame
.
if (interactive()) {
# Info about Roboto
roboto <- get_font_info("roboto")
}