get_font_info: Get detailed information about a font

View source: R/api.R

get_font_infoR 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 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")

}

gfonts documentation built on Jan. 9, 2023, 1:25 a.m.