font_import {extrafont} | R 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()
[Package extrafont version 0.19 Index]