mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
Merge branch 'devv' into exp
This commit is contained in:
commit
1feaa11ecb
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user