cairo-ps.h | cairo-ps.h | |||
---|---|---|---|---|
skipping to change at line 52 | skipping to change at line 52 | |||
#if CAIRO_HAS_PS_SURFACE | #if CAIRO_HAS_PS_SURFACE | |||
#include <stdio.h> | #include <stdio.h> | |||
CAIRO_BEGIN_DECLS | CAIRO_BEGIN_DECLS | |||
/* PS-surface functions */ | /* PS-surface functions */ | |||
/** | /** | |||
* cairo_ps_level_t: | * cairo_ps_level_t: | |||
* @CAIRO_PS_LEVEL_2: The language level 2 of the PostScript specification. | * @CAIRO_PS_LEVEL_2: The language level 2 of the PostScript specification. | |||
* @CAIRO_PS_LEVEL_3: The language level 3 of the PostScript specification. | (Since 1.6) | |||
* @CAIRO_PS_LEVEL_3: The language level 3 of the PostScript specification. | ||||
(Since 1.6) | ||||
* | * | |||
* #cairo_ps_level_t is used to describe the language level of the | * #cairo_ps_level_t is used to describe the language level of the | |||
* PostScript Language Reference that a generated PostScript file will | * PostScript Language Reference that a generated PostScript file will | |||
* conform to. | * conform to. | |||
*/ | * | |||
* Since: 1.6 | ||||
**/ | ||||
typedef enum _cairo_ps_level { | typedef enum _cairo_ps_level { | |||
CAIRO_PS_LEVEL_2, | CAIRO_PS_LEVEL_2, | |||
CAIRO_PS_LEVEL_3 | CAIRO_PS_LEVEL_3 | |||
} cairo_ps_level_t; | } cairo_ps_level_t; | |||
cairo_public cairo_surface_t * | cairo_public cairo_surface_t * | |||
cairo_ps_surface_create (const char *filename, | cairo_ps_surface_create (const char *filename, | |||
double width_in_points, | double width_in_points, | |||
double height_in_points); | double height_in_points); | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 7 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |