Learn R Programming

systemfonts (version 1.1.0)

system_fonts: List all fonts installed on your system

Description

List all fonts installed on your system

Usage

system_fonts()

Arguments

Value

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

Examples

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

Run the code above in your browser using DataLab