diff --git a/src/BackgroundRenderer.cc b/src/BackgroundRenderer.cc index 130e9cd..602ff68 100644 --- a/src/BackgroundRenderer.cc +++ b/src/BackgroundRenderer.cc @@ -19,13 +19,11 @@ void BackgroundRenderer::drawChar(GfxState *state, double x, double y, CharCode code, int nBytes, Unicode *u, int uLen) { auto font = state->getFont(); - /* if((font->getType() == fontType3) || (font->getWMode()) || (uLen == 0) || (!all_of(u, u+uLen, isLegalUnicode)) ) - */ { SplashOutputDev::drawChar(state, x, y, dx, dy, originX, originY, code, nBytes, u, uLen); }