Gfx.h (xpdf-4.03) | : | Gfx.h (xpdf-4.04) | ||
---|---|---|---|---|
skipping to change at line 191 | skipping to change at line 191 | |||
void endOfPage(); | void endOfPage(); | |||
private: | private: | |||
PDFDoc *doc; | PDFDoc *doc; | |||
XRef *xref; // the xref table for this PDF file | XRef *xref; // the xref table for this PDF file | |||
OutputDev *out; // output device | OutputDev *out; // output device | |||
GBool subPage; // is this a sub-page object? | GBool subPage; // is this a sub-page object? | |||
GBool printCommands; // print the drawing commands (for debugging) | GBool printCommands; // print the drawing commands (for debugging) | |||
GfxResources *res; // resource stack | GfxResources *res; // resource stack | |||
GfxFont *defaultFont; // font substituted for undefined fonts | ||||
int opCounter; // operation counter (used to decide when | int opCounter; // operation counter (used to decide when | |||
// to check for an abort) | // to check for an abort) | |||
GfxState *state; // current graphics state | GfxState *state; // current graphics state | |||
GBool fontChanged; // set if font or text matrix has changed | GBool fontChanged; // set if font or text matrix has changed | |||
GfxClipType clip; // do a clip? | GfxClipType clip; // do a clip? | |||
int ignoreUndef; // current BX/EX nesting level | int ignoreUndef; // current BX/EX nesting level | |||
double baseMatrix[6]; // default matrix for most recent | double baseMatrix[6]; // default matrix for most recent | |||
// page/form/pattern | // page/form/pattern | |||
int formDepth; | int formDepth; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |