1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-08 10:50:33 +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 else
{ {
// or can we shift left using simple tags? // shift left
close_cur_line(); // TODO, create a class for this
html_fout << format("<span style=\"margin-left:%1%px\"></span>") % target;
} }
} }