get_all_fonts: Get infos about all fonts available

View source: R/api.R

get_all_fontsR Documentation

Get infos about all fonts available

Description

Retrieve from API all fonts currently available. Use the id field in other functions to reference the font you want to use.

Usage

get_all_fonts(...)

Arguments

...

Arguments passed to crul::HttpClient$new.

Value

a data.frame.

Examples

if (interactive()) {

 # Retrieve all fonts currently available
 all_fonts <- get_all_fonts()

}

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