1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 09:38:40 +00:00

Merge branch 'devv' into exp

This commit is contained in:
Lu Wang 2012-08-23 23:26:45 +02:00
commit 1feaa11ecb

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();