mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +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
|
// should not consider hozi scaling here
|
||||||
// will be handled by draw_ctm
|
// will be handled by draw_ctm
|
||||||
double target = dx1 * fs + state->getCharSpace();
|
double target = dx1 * fs + cs;
|
||||||
if(n == 1 && *p == ' ')
|
if(n == 1 && *p == ' ')
|
||||||
target += state->getWordSpace();
|
target += state->getWordSpace();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user