fontPaths | R Documentation |
Generate paths to font files for embedding fonts in a PDF or PostScript file.
fontPaths(x)
x |
A "DVIgrob" object as produced by |
A character value containing font paths separated by colons.
Paul Murrell
grid.dvi
, grid.latex
dvi <- readDVI(system.file("dvi", "test.dvi", package="dvir")) ## Not run: dg <- dviGrob(dvi) fontPaths(dg) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.