| installed_gfonts {gdtools} | R Documentation |
List installed 'Google Fonts'
Description
List installed 'Google Fonts' that can be found in the user cache directory.
Usage
installed_gfonts()
Value
families names as a character vector
See Also
Other functions for font management:
addGFontHtmlDependency(),
fonts_cache_dir(),
gfontHtmlDependency(),
install_gfont_script(),
liberationsansHtmlDependency(),
register_gfont(),
register_liberationsans()
Examples
## Not run:
if (curl::has_internet()) {
dummy_setup()
register_gfont(family = "Roboto")
installed_gfonts()
}
## End(Not run)
[Package gdtools version 0.3.7 Index]