grDevices-deprecated {grDevices}R Documentation

Deprecated Functions in Package grDevices

Description

These functions are provided for compatibility with older versions of R only, and may be defunct as soon as of the next release.

Usage

postscriptFont(family, metrics, encoding = "default")

Arguments

family a character string giving the name of a Type 1 font family.
metrics a vector of four or five strings giving paths to the afm (font metric) files for the font.
encoding the name of an encoding file.

Details

The function postscriptFont is deprecated in favour of Type1Font.

Value

One or more font mappings.

See Also

Deprecated, Defunct


[Package grDevices version 2.3.1 Index]