1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 09:38:40 +00:00

shit left within a line

This commit is contained in:
Lu Wang 2012-08-16 12:59:31 +08:00
parent 0ebde85465
commit 3b44d3059c

View File

@ -172,8 +172,9 @@ void HTMLRenderer::drawString(GfxState * state, GooString * s)
}
else
{
// or can we shift left using simple tags?
close_cur_line();
// shift left
// TODO, create a class for this
html_fout << format("<span style=\"margin-left:%1%px\"></span>") % target;
}
}