Last data update: 2014.03.03

R: Import system fonts
font_importR Documentation

Import system fonts

Description

Presently only supports TrueType fonts.

Usage

font_import(paths = NULL, recursive = TRUE, prompt = TRUE,
  pattern = NULL)

Arguments

paths

A vector of directories to search in. (Default is to auto-detect based on OS)

recursive

Search recursively in directories? (Default TRUE)

prompt

Show confirmation prompt? (Default TRUE)

pattern

A regular expression that the filenames must match.

Examples

font_import()

Results