loadfonts: Reads the fonttable database and registers those fonts with R
Description
This registers fonts so that they can be used with the pdf,
postscript, or Windows bitmap output device. It must be run
once in each R session.
Usage
loadfonts(device = "pdf", quiet = FALSE)
Arguments
device
The output device. Can be "pdf" (the default),
"postscript", or "win".
quiet
If FALSE, print a status message as each font
is registered. If TRUE, don't print.