Package: cairo
Function cairo:ps-level-to-string
Lambda Listcairo:ps-level-to-string (level) ArgumentsReturn ValueThe 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(mapcar #'cairo:ps-level-to-string (cairo:ps-levels)) => ("PS Level 2" "PS Level 3") | See also |
2025-1-29