[HB] Add TODO item
This commit is contained in:
parent
ee58aaebd2
commit
36f78446ce
1
src/TODO
1
src/TODO
|
@ -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()
|
||||
|
|
|
@ -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 ) )
|
||||
|
|
Loading…
Reference in New Issue