fontPaths: Generate paths to font files

View source: R/grid.R

fontPathsR Documentation

Generate paths to font files

Description

Generate paths to font files for embedding fonts in a PDF or PostScript file.

Usage

fontPaths(x)

Arguments

x

A "DVIgrob" object as produced by grid.dvi or grid.dvi.

Value

A character value containing font paths separated by colons.

Author(s)

Paul Murrell

See Also

grid.dvi, grid.latex

Examples

dvi <- readDVI(system.file("dvi", "test.dvi", package="dvir"))
## Not run: 

dg <- dviGrob(dvi)
fontPaths(dg)

## End(Not run)

pmur002/dvir documentation built on Sept. 2, 2022, 3:03 p.m.