Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cairo-ps-surface

PostScript Surfaces


Description

Rendering PostScript documents

Methods and Functions

cairoPsSurfaceCreate(filename, width.in.points, height.in.points)
cairoPsSurfaceCreateForStream(write.func, closure, width.in.points, height.in.points)
cairoPsSurfaceRestrictToLevel(surface, level)
cairoPsGetLevels()
cairoPsLevelToString(level)
cairoPsSurfaceSetEps(surface, eps)
cairoPsSurfaceGetEps(surface)
cairoPsSurfaceSetSize(surface, width.in.points, height.in.points)
cairoPsSurfaceDscBeginSetup(surface)
cairoPsSurfaceDscBeginPageSetup(surface)
cairoPsSurfaceDscComment(surface, comment)

Detailed Description

The PostScript surface is used to render cairo graphics to Adobe PostScript files and is a multi-page vector surface backend.

Enums and Flags

CairoPsLevel

CairoPsLevel is used to describe the language level of the PostScript Language Reference that a generated PostScript file will conform to.

2

The language level 2 of the PostScript specification.

3

The language level 3 of the PostScript specification.

Author(s)

Derived by RGtkGen from GTK+ documentation

References


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.