PostScriptSurface.levelToString

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

class PostScriptSurface
static
string
levelToString
(
cairo_ps_level_t level
)

Parameters

level cairo_ps_level_t

a level id

Return Value

Type: string

the string associated to given level.

Meta