提交 36f78446 编写于 作者: B Behdad Esfahbod

[HB] Add TODO item

上级 ee58aaeb
- Support for new, OpenType 1.6, mark filtering sets
- When sanitizing, have to do a second round to make sure no toe-stepping
- Implement is_simple()
......@@ -71,7 +71,7 @@ hb_buffer_ensure( HB_Buffer buffer,
while (size > new_allocated)
new_allocated += (new_allocated >> 1) + 8;
if ( buffer->positions )
{
if ( REALLOC_ARRAY( buffer->positions, new_allocated, HB_PositionRec ) )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册