system_fonts: List all fonts installed on your system

View source: R/system_fonts.R

system_fontsR Documentation

List all fonts installed on your system

Description

List all fonts installed on your system

Usage

system_fonts()

Value

A data frame with a row for each font and various information in each column

Examples

# See all monospace fonts
fonts <- system_fonts()
fonts[fonts$monospace, ]


systemfonts documentation built on May 29, 2024, 9:20 a.m.