system_fonts {systemfonts} | R Documentation |
List all fonts installed on your system
system_fonts()
A data frame with a row for each font and various information in each column
# See all monospace fonts fonts <- system_fonts() fonts[fonts$monospace, ]