Skip to contents

Get detailed information about a font

Usage

get_font_info(id, subsets = NULL, ...)

Arguments

id

Id of the font, correspond to column id from get_all_fonts.

subsets

Select charsets, for example "latin".

...

Arguments passed to crul::HttpClient$new.

Value

a data.frame.

Examples

if (interactive()) {

 # Info about Roboto
 roboto <- get_font_info("roboto")

}