This commit is contained in:
Lu Wang 2012-08-31 20:46:05 +08:00
parent d9dfb042a1
commit e44483e7c3
2 changed files with 2 additions and 2 deletions

2
TODO
View File

@ -11,6 +11,6 @@ option to break ligatures
check if we can add information to the font, and let browsers show ligatures automatically check if we can add information to the font, and let browsers show ligatures automatically
==Future== ==Future==
custom html/css custom html/css dir
native support for image native support for image
native support for draw native support for draw

View File

@ -18,6 +18,6 @@ void BackgroundRenderer::drawChar(GfxState *state, double x, double y,
double originX, double originY, double originX, double originY,
CharCode code, int nBytes, Unicode *u, int uLen) 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);
} }