This surface is not rendered to the screen but instead renders the drawing to a PostScript file on disk.
Public Member Functions | |
PsSurface (cairo_surface_t *cobject, bool has_reference=false) | |
Create a C++ wrapper for the C instance. | |
void | set_dpi (double x_dpi, double y_dpi) |
Sets the resolution of the image in dots per inch. | |
virtual | ~PsSurface () |
Static Public Member Functions | |
static RefPtr< PsSurface > | create (cairo_write_func_t write_func, void *closure, double width_in_points, double height_in_points) |
Creates a PsSurface with a specified dimensions that will be written to the given write function instead of saved directly to disk. | |
static RefPtr< PsSurface > | create (std::string filename, double width_in_points, double height_in_points) |
Creates a PsSurface with a specified dimensions that will be saved as the given filename. |
|
Create a C++ wrapper for the C instance. This C++ instance should then be given to a RefPtr.
|
|
|
|
Creates a PsSurface with a specified dimensions that will be written to the given write function instead of saved directly to disk.
|
|
Creates a PsSurface with a specified dimensions that will be saved as the given filename.
|
|
Sets the resolution of the image in dots per inch.
|