mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
shit left within a line
This commit is contained in:
parent
0ebde85465
commit
3b44d3059c
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user