1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 00:35:40 +00:00

multi font in the same line

This commit is contained in:
Lu Wang 2012-09-24 02:35:06 +08:00
parent b8dff4ea0d
commit eafa6986ea
2 changed files with 1 additions and 3 deletions

2
TODO
View File

@ -1,5 +1,3 @@
ttfautohint
multi font in the same line (IE)
bug found in baidu(ubuntu...), bug_chn

View File

@ -98,7 +98,7 @@ void HTMLRenderer::check_state_change(GfxState * state)
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;
}