1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 17:48:38 +00:00
This commit is contained in:
Lu Wang 2012-08-23 23:26:41 +02:00
parent 5892b2438a
commit 65ad038459

View File

@ -204,7 +204,7 @@ void HTMLRenderer::drawString(GfxState * state, GooString * s)
{
// should not consider hozi scaling here
// will be handled by draw_ctm
double target = dx1 * fs + state->getCharSpace();
double target = dx1 * fs + cs;
if(n == 1 && *p == ' ')
target += state->getWordSpace();