font_files {sysfonts} | R Documentation |
The two versions of this function are equivalent, but the "underscore" naming is preferred.
This function lists font files in the search path that can be
loaded by font_add()
.
Currently supported formats include TrueType fonts(*.ttf, *.ttc) and OpenType fonts(*.otf).
font_files() font.files()
A character vector of font filenames.
Yixuan Qiu <http://statr.me/>
font_paths()
, font_add()
font_files()