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);

Description

Details

graphf_renderer_postscript_render_preamble ()

void        graphf_renderer_postscript_render_preamble
                                            (FILE *out,
                                             unsigned width,
                                             unsigned height);

out:
Param2:
Param3:

graphf_renderer_postscript_render_postamble ()

void        graphf_renderer_postscript_render_postamble
                                            (FILE *out);

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 :