diff options
author | Carl Worth <cworth@cworth.org> | 2006-05-03 00:26:22 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-05-03 00:26:22 -0700 |
commit | 09dfd6c3c16ed36b0e9693cfcbb3b679bd18f585 (patch) | |
tree | b4a0154f5ba973e525febe011bc3ce595edfd5cb /doc | |
parent | 253472492ee2a690646a30b32cf8180f5b6e3299 (diff) |
PS: Add three new public functions for emitting DSC comments.
This commit adds the following new functions to the cairo-ps API:
cairo_ps_surface_dsc_comment
cairo_ps_surface_dsc_begin_setup
cairo_ps_surface_dsc_begin_page_setup
Many thanks are due to Michael Sweet who provided invaluble guidance
during the design of this API.
It is hoped that with this API in place, basically all printer control
that is likely to be desired to be performed with cairo PostScript
output is now possible.
This commit augments the ps-features test to exercise the new API.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/public/tmpl/cairo-status.sgml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/public/tmpl/cairo-status.sgml b/doc/public/tmpl/cairo-status.sgml index de5f35fea..37ed0db7a 100644 --- a/doc/public/tmpl/cairo-status.sgml +++ b/doc/public/tmpl/cairo-status.sgml @@ -42,6 +42,7 @@ Decoding cairo's status @CAIRO_STATUS_INVALID_VISUAL: @CAIRO_STATUS_FILE_NOT_FOUND: @CAIRO_STATUS_INVALID_DASH: +@CAIRO_STATUS_INVALID_DSC_COMMENT: <!-- ##### FUNCTION cairo_debug_reset_static_data ##### --> <para> |