Spaces:
Running
Running
//======================================================================== | |
// | |
// This file is licensed under the GPLv2 or later | |
// | |
// Copyright (C) 2014 Rodrigo Rivas Costa <[email protected]> | |
// Copyright (C) 2014 Adrian Johnson <[email protected]> | |
// | |
// To see a description of the changes please see the Changelog file that | |
// came with your tarball or type make ChangeLog if you are building from git | |
// | |
//======================================================================== | |
void win32SetupPrinter(GooString *printer, GooString *printOpt, bool duplex, bool setupdlg); | |
void win32ShowPrintDialog(bool *expand, bool *noShrink, bool *noCenter, bool *usePDFPageSize, bool *allPages, int *firstPage, int *lastPage, int maxPages); | |
cairo_surface_t *win32BeginDocument(GooString *inputFileName, GooString *outputFileName); | |
void win32BeginPage(double *w, double *h, bool changePageSize, bool useFullPage); | |
void win32EndPage(GooString *imageFileName); | |
void win32EndDocument(); | |