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