From 4322ec47c0730ad451d324247da4c1187f03c8ba Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Fri, 31 Aug 2012 13:07:19 +0800 Subject: [PATCH] disable font at background --- src/BackgroundRenderer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BackgroundRenderer.cc b/src/BackgroundRenderer.cc index aad7f99..2a6dd3f 100644 --- a/src/BackgroundRenderer.cc +++ b/src/BackgroundRenderer.cc @@ -18,6 +18,6 @@ void BackgroundRenderer::drawChar(GfxState *state, double x, double y, double originX, double originY, CharCode code, int nBytes, Unicode *u, int uLen) { - SplashOutputDev::drawChar(state,x,y,dx,dy,originX,originY,code, nBytes, u, uLen); +// SplashOutputDev::drawChar(state,x,y,dx,dy,originX,originY,code, nBytes, u, uLen); }