[HB] Add TODO item

This commit is contained in:
Behdad Esfahbod 2009-05-17 05:52:32 -04:00
parent ee58aaebd2
commit 36f78446ce
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
- 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()

View File

@ -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 ) )