From 30f34d08d445722320db711c3ddf41e66225752c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 28 Apr 2011 16:02:40 -0400 Subject: [PATCH] [TODO] Remove finished items --- TODO | 2 -- src/hb-font.h | 10 ---------- 2 files changed, 12 deletions(-) diff --git a/TODO b/TODO index d8d4d56..e95dd4f 100644 --- a/TODO +++ b/TODO @@ -14,8 +14,6 @@ API issues to fix before 1.0: - Figure out how many .so objects, how to link, etc -- User-data support ala cairo - - Real subclassing support for vfunc vectors - Add hb-cairo glue diff --git a/src/hb-font.h b/src/hb-font.h index f018a8b..9c69470 100644 --- a/src/hb-font.h +++ b/src/hb-font.h @@ -70,16 +70,6 @@ hb_face_get_user_data (hb_face_t *face, hb_user_data_key_t *key); -/* XXX - * - * I have two major concerns about this API as it is right now: - * - * - Jonathan Kew convinced me to make it return NULL if table not found (280af1bd), - * however, that is WRONG IMO. The API should not differentiate between a non-existing - * table vs a zero-length table vs a very short table. It only leads to implementations - * that check for non-NULL and assume that they've got a usable table going on... This - * actually happened with Firefox. - */ hb_blob_t * hb_face_reference_table (hb_face_t *face, hb_tag_t tag); -- 2.7.4