Minor
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 8 Aug 2011 01:49:30 +0000 (03:49 +0200)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 8 Aug 2011 01:50:38 +0000 (03:50 +0200)
TODO
src/hb-shape.cc

diff --git a/TODO b/TODO
index 577843f..917f131 100644 (file)
--- a/TODO
+++ b/TODO
@@ -41,8 +41,6 @@ API to add (maybe after 1.0):
 
 - SFNT api? get_num_faces? get_table_tags? (there's something in stash)
 
-- Full matrix instead of scale?
-
 - Add segmentation API
 
 - Add hb-fribidi?
index 7833a39..02d29bd 100644 (file)
@@ -124,6 +124,8 @@ hb_shape_full (hb_font_t           *font,
               const char          *shaper_options,
               const char         **shaper_list)
 {
+  /* TODO
+   * This function, and shaper_list handling need to be redone. */
   if (likely (!shaper_list))
     shaper_list = static_shaper_list.shaper_list;