From e44483e7c323d486c33f7299a8b3b3331a06f733 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Fri, 31 Aug 2012 20:46:05 +0800 Subject: [PATCH] .. --- TODO | 2 +- src/BackgroundRenderer.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 2de494d..114a66b 100644 --- a/TODO +++ b/TODO @@ -11,6 +11,6 @@ option to break ligatures check if we can add information to the font, and let browsers show ligatures automatically ==Future== -custom html/css +custom html/css dir native support for image native support for draw 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); }