cairo.ps

Members

Aliases

PSLevel
alias PSLevel = cairo_ps_level_t

Classes

PSSurface
class PSSurface

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

Functions

PSLevelToString
string PSLevelToString(PSLevel level)

Get the string representation of the given level id. This function will return NULL if level id isn't valid. See getPSLevels() for a way to get the list of valid level ids.

getPSLevels
PSLevel[] getPSLevels()

Used to retrieve the list of supported levels. See PSSurface.restrictToLevel().

Meta

Authors

Johannes PfaucairoD
_cairo team_cairo