mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
..
This commit is contained in:
parent
e9f48e7480
commit
87ae148179
@ -198,7 +198,8 @@ void HTMLRenderer::drawString(GfxState * state, GooString * s)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// TODO: consider horiz scaling
|
// should not consider hozi scaling here
|
||||||
|
// will be handled by draw_ctm
|
||||||
double target = dx1 + state->getCharSpace();
|
double target = dx1 + state->getCharSpace();
|
||||||
if(n == 1 && *p == ' ')
|
if(n == 1 && *p == ' ')
|
||||||
target += state->getWordSpace();
|
target += state->getWordSpace();
|
||||||
@ -216,7 +217,7 @@ void HTMLRenderer::drawString(GfxState * state, GooString * s)
|
|||||||
len -= n;
|
len -= n;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO, horiz_scaling is merged into ctm now,
|
// horiz_scaling is merged into ctm now,
|
||||||
// so the coordinate system is ugly
|
// so the coordinate system is ugly
|
||||||
dx = (dx * state->getFontSize()
|
dx = (dx * state->getFontSize()
|
||||||
+ nChars * state->getCharSpace()
|
+ nChars * state->getCharSpace()
|
||||||
|
Loading…
Reference in New Issue
Block a user