mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
temporarily disable shift-left due to cur_ty bug
This commit is contained in:
parent
4f49f6b795
commit
b68b421578
@ -172,10 +172,14 @@ void HTMLRenderer::drawString(GfxState * state, GooString * s)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
close_cur_line();
|
||||||
|
/*
|
||||||
|
// TODO bug
|
||||||
// shift left
|
// shift left
|
||||||
// TODO, create a class for this
|
// TODO, create a class for this
|
||||||
html_fout << format("<span style=\"margin-left:%1%px\"></span>") % target;
|
html_fout << format("<span style=\"margin-left:%1%px\"></span>") % target;
|
||||||
draw_tx += target / draw_scale;
|
draw_tx += target / draw_scale;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user