mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
multi font in the same line
This commit is contained in:
parent
b8dff4ea0d
commit
eafa6986ea
2
TODO
2
TODO
@ -1,5 +1,3 @@
|
|||||||
ttfautohint
|
|
||||||
|
|
||||||
multi font in the same line (IE)
|
multi font in the same line (IE)
|
||||||
|
|
||||||
bug found in baidu(ubuntu...), bug_chn
|
bug found in baidu(ubuntu...), bug_chn
|
||||||
|
@ -98,7 +98,7 @@ void HTMLRenderer::check_state_change(GfxState * state)
|
|||||||
|
|
||||||
if(!(new_font_info->id == cur_font_info->id))
|
if(!(new_font_info->id == cur_font_info->id))
|
||||||
{
|
{
|
||||||
new_line_state = max(new_line_state, NLS_DIV);
|
new_line_state = max(new_line_state, NLS_SPAN);
|
||||||
cur_font_info = new_font_info;
|
cur_font_info = new_font_info;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user