提交 f726b20e 编写于 作者: B Behdad Esfahbod 提交者: Behdad Esfahbod

Bug 347073 – Allow empty GPOS table

2006-07-24  Behdad Esfahbod  <behdad@gnome.org>

        Bug 347073 – Allow empty GPOS table

        * pango/opentype/harfbuzz-open.c (_HB_OPEN_Load_ScriptList): Don't
        err on empty GPOS/GSUB tables.
上级 52481a5c
......@@ -241,11 +241,16 @@ FT_Error _HB_OPEN_Load_ScriptList( HB_ScriptList* sl,
(void)FILE_Seek( cur_offset );
}
/* Empty tables are harmless and generated by fontforge.
* See http://bugzilla.gnome.org/show_bug.cgi?id=347073
*/
#if 0
if ( sl->ScriptCount == 0 )
{
error = HB_Err_Invalid_SubTable;
goto Fail;
}
#endif
return FT_Err_Ok;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册