R/cairo-ps-enums.R

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#' cairo_ps_level_t
#'
#' #cairo_ps_level_t is used to describe the language level of the
#' PostScript Language Reference that a generated PostScript file will
#' conform to.
#'
#' Since: 1.6
#'
#' \describe{
#' \item{CAIRO_PS_LEVEL_2}{The language level 2 of the PostScript specification. (Since 1.6)}
#' \item{CAIRO_PS_LEVEL_3}{The language level 3 of the PostScript specification. (Since 1.6)}
#' }
#'
#' @export
#' @family enum
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cairo_ps_level_t <- list(
  CAIRO_PS_LEVEL_2 =    0L,
  CAIRO_PS_LEVEL_3 =    1L
)
coolbutuseless/cairocore documentation built on Aug. 31, 2020, 12:43 a.m.