mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
..
This commit is contained in:
parent
0a89ee9852
commit
9a35f7df3b
@ -11,8 +11,6 @@
|
||||
#include "BackgroundRenderer.h"
|
||||
#include "util.h"
|
||||
|
||||
using std::all_of;
|
||||
|
||||
void BackgroundRenderer::drawChar(GfxState *state, double x, double y,
|
||||
double dx, double dy,
|
||||
double originX, double originY,
|
||||
|
@ -18,7 +18,8 @@ public:
|
||||
BackgroundRenderer(SplashColorMode colorModeA, int bitmapRowPadA,
|
||||
GBool reverseVideoA, SplashColorPtr paperColorA,
|
||||
GBool bitmapTopDownA = gTrue,
|
||||
GBool allowAntialiasA = gTrue) : SplashOutputDev(colorModeA,
|
||||
GBool allowAntialiasA = gTrue)
|
||||
: SplashOutputDev(colorModeA,
|
||||
bitmapRowPadA, reverseVideoA, paperColorA, bitmapTopDownA,
|
||||
allowAntialiasA) { }
|
||||
virtual ~BackgroundRenderer() { }
|
||||
|
Loading…
Reference in New Issue
Block a user