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