mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 05:55:06 +00:00
[HB] Add TODO item
This commit is contained in:
parent
ee58aaebd2
commit
36f78446ce
2 changed files with 2 additions and 1 deletions
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…
Add table
Reference in a new issue