mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +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)
|
CharCode code, int nBytes, Unicode *u, int uLen)
|
||||||
{
|
{
|
||||||
auto font = state->getFont();
|
auto font = state->getFont();
|
||||||
/*
|
|
||||||
if((font->getType() == fontType3)
|
if((font->getType() == fontType3)
|
||||||
|| (font->getWMode())
|
|| (font->getWMode())
|
||||||
|| (uLen == 0)
|
|| (uLen == 0)
|
||||||
|| (!all_of(u, u+uLen, isLegalUnicode))
|
|| (!all_of(u, u+uLen, isLegalUnicode))
|
||||||
)
|
)
|
||||||
*/
|
|
||||||
{
|
{
|
||||||
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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user