GraphfRendererPostscript
GraphfRendererPostscript —
Synopsis
void graphf_renderer_postscript_render_preamble
(FILE *out,
unsigned width,
unsigned height);
void graphf_renderer_postscript_render_postamble
(FILE *out);
GraphfRenderer* graphf_renderer_postscript_new
(FILE *out,
double width_in_points,
double height_in_points);
Details
graphf_renderer_postscript_render_preamble ()
void graphf_renderer_postscript_render_preamble
(FILE *out,
unsigned width,
unsigned height);
graphf_renderer_postscript_render_postamble ()
void graphf_renderer_postscript_render_postamble
(FILE *out);
graphf_renderer_postscript_new ()
GraphfRenderer* graphf_renderer_postscript_new
(FILE *out,
double width_in_points,
double height_in_points);
out: |
|
width_in_points: |
|
height_in_points: |
|
Returns : |
|