Package: cairo

Function cairo:ps-level-to-string

Lambda List

cairo:ps-level-to-string (level)

Arguments

level -- an integer for the level ID

Return Value

The string associated to the given level.

Details

Get the string representation of the given level ID. This function will return nil if level ID is not valid. See the cairo:ps-levels function for a way to get the list of valid level IDs.

Examples

Get the string representations for the supported levels.
(mapcar #'cairo:ps-level-to-string (cairo:ps-levels))
=> ("PS Level 2" "PS Level 3")    
 

See also

2025-1-29