mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
..
This commit is contained in:
parent
be5186592d
commit
4798945c1d
@ -533,7 +533,6 @@ void HTMLRenderer::drawString(GfxState * state, GooString * s)
|
||||
|
||||
double dx = 0;
|
||||
double dy = 0;
|
||||
double dxerr = 0;
|
||||
double dx1,dy1;
|
||||
double ox, oy;
|
||||
|
||||
@ -605,7 +604,7 @@ void HTMLRenderer::drawString(GfxState * state, GooString * s)
|
||||
cur_tx += dx;
|
||||
cur_ty += dy;
|
||||
|
||||
draw_tx += dx + dxerr * cur_font_size * hs;
|
||||
draw_tx += dx;
|
||||
draw_ty += dy;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user