diff --git a/TODO b/TODO index c41703e..42adcbe 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,3 @@ -ttfautohint - multi font in the same line (IE) bug found in baidu(ubuntu...), bug_chn diff --git a/src/HTMLRenderer/state.cc b/src/HTMLRenderer/state.cc index 8167cfb..fbe7f1c 100644 --- a/src/HTMLRenderer/state.cc +++ b/src/HTMLRenderer/state.cc @@ -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; }