mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
remove debug background
This commit is contained in:
parent
32fd0c6fdf
commit
c786a629fa
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user