mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
..
This commit is contained in:
parent
d39a5331a1
commit
5b72899a80
@ -316,7 +316,7 @@ void HTMLRenderer::check_state_change(GfxState * state)
|
||||
// otherwise we merge the lines only when
|
||||
// - text are not shifted to the left too much
|
||||
// - text are not moved too high or too low
|
||||
if((dx * old_draw_text_scale) >= -(old_html_state.font_info->ascent - old_html_state.font_info->descent) * old_html_state.font_size - EPS)
|
||||
if((dx * old_draw_text_scale) >= -param.space_threshold * old_html_state.em_size() - EPS)
|
||||
{
|
||||
double oldymin = old_html_state.font_info->descent * old_html_state.font_size;
|
||||
double oldymax = old_html_state.font_info->ascent * old_html_state.font_size;
|
||||
|
Loading…
Reference in New Issue
Block a user