~ubuntu-branches/ubuntu/trusty/rgtk2/trusty

« back to all changes in this revision

Viewing changes to man/cairo-ps-surface.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-03 11:35:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101103113546-a7fi7jdxdebp0tw1
Tags: 2.20.1-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\alias{cairo-ps-surface}
 
2
\alias{CairoPsLevel}
 
3
\name{cairo-ps-surface}
 
4
\title{PostScript Surfaces}
 
5
\description{Rendering PostScript documents}
 
6
\section{Methods and Functions}{
 
7
\code{\link{cairoPsSurfaceCreate}(filename, width.in.points, height.in.points)}\cr
 
8
\code{\link{cairoPsSurfaceCreateForStream}(write.func, closure, width.in.points, height.in.points)}\cr
 
9
\code{\link{cairoPsSurfaceRestrictToLevel}(surface, level)}\cr
 
10
\code{\link{cairoPsGetLevels}()}\cr
 
11
\code{\link{cairoPsLevelToString}(level)}\cr
 
12
\code{\link{cairoPsSurfaceSetEps}(surface, eps)}\cr
 
13
\code{\link{cairoPsSurfaceGetEps}(surface)}\cr
 
14
\code{\link{cairoPsSurfaceSetSize}(surface, width.in.points, height.in.points)}\cr
 
15
\code{\link{cairoPsSurfaceDscBeginSetup}(surface)}\cr
 
16
\code{\link{cairoPsSurfaceDscBeginPageSetup}(surface)}\cr
 
17
\code{\link{cairoPsSurfaceDscComment}(surface, comment)}\cr
 
18
}
 
19
\section{Detailed Description}{The PostScript surface is used to render cairo graphics to Adobe
 
20
PostScript files and is a multi-page vector surface backend.}
 
21
\section{Enums and Flags}{\describe{\item{\verb{CairoPsLevel}}{
 
22
\code{\link{CairoPsLevel}} is used to describe the language level of the
 
23
PostScript Language Reference that a generated PostScript file will
 
24
conform to.  
 
25
 
 
26
\describe{
 
27
\item{\verb{2}}{ The language level 2 of the PostScript specification.}
 
28
\item{\verb{3}}{ The language level 3 of the PostScript specification.}
 
29
}
 
30
 
 
31
}}}
 
32
\references{\url{http://www.cairographics.org/manual/cairo-ps-surface.html}}
 
33
\author{Derived by RGtkGen from GTK+ documentation}
 
34
\keyword{internal}