The R Project SVN R

Rev

Rev 59039 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 61965
Line 9... Line 9...
9
\description{
9
\description{
10
  The functions or variables listed here are no longer part of \R as
10
  The functions or variables listed here are no longer part of \R as
11
  they are not needed (any more).
11
  they are not needed (any more).
12
}
12
}
13
\usage{
13
\usage{
-
 
14
# Defunct in R 2.4.0
14
postscriptFont(family, metrics, encoding = "default")
15
postscriptFont(family, metrics, encoding = "default")
15
}
16
}
16
\arguments{
-
 
17
  \item{family}{a character string giving the name of a Type 1
-
 
18
    font family.}
-
 
19
  \item{metrics}{a vector of four or five strings giving paths
-
 
20
    to the afm (font metric) files for the font.}
-
 
21
  \item{encoding}{the name of an encoding file.}
-
 
22
}
-
 
23
\details{
17
\details{
24
  The function \code{postscriptFont} has been replaced by
18
  The function \code{postscriptFont} has been replaced by
25
  \code{\link{Type1Font}}, which is just a change of name.
19
  \code{\link{Type1Font}}, which is just a change of name.
26
}
20
}
27
\value{
-
 
28
  One or more font mappings.
-
 
29
}
-
 
30
\seealso{
21
\seealso{
31
  \code{\link{Defunct}}
22
  \code{\link{Defunct}}
32
}
23
}
33
\keyword{internal}
24
\keyword{internal}