Learn R Programming

gfonts (version 0.2.0)

get_font_info: Get detailed information about a font

Description

Get detailed information about a font

Usage

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

Value

a data.frame.

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.

Examples

Run this code
if (interactive()) {

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

}

Run the code above in your browser using DataLab