[HB] Add TODO item
authorBehdad Esfahbod <behdad@behdad.org>
Sun, 17 May 2009 09:52:32 +0000 (05:52 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 2 Nov 2009 19:40:09 +0000 (14:40 -0500)
src/TODO
src/harfbuzz-buffer.c

index e0a30e5..dccbb31 100644 (file)
--- a/src/TODO
+++ b/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()
index 1a39dc1..b99639c 100644 (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 ) )