From 2d7b61a4b0ed212ca414b3281c2eae3e3db19c13 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 20 Apr 2011 16:40:56 -0400 Subject: [PATCH] [TODO] Remove done items --- TODO | 10 ++-------- src/hb-ft.h | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/TODO b/TODO index a9ef442..dbcb809 100644 --- a/TODO +++ b/TODO @@ -16,16 +16,10 @@ General fixes: API issues to fix before 1.0: ============================ -- Rename / remove hb_buffer_add_glyph()? - -- Sprinkle const all over public and private API - - Rename get_table to reference_table - get_table shouldn't return NULL -- Use tags for hb_script_t - - Figure out how many .so objects, how to link, etc - Shall y axis progress downward instead of upward? @@ -36,14 +30,14 @@ API issues to fix before 1.0: - Investigate Mozilla's user-data issue, make sure it's addressed -- Add hb-glib / hb-icu two-way script conversion API - - Add hb-cairo glue - Fix blob, remove mutex, etc. - Add sanitize API (since may affect blob API) +- Add glib GBoxedType stuff + API to add (maybe after 1.0): ============================ diff --git a/src/hb-ft.h b/src/hb-ft.h index be5c854..5671a00 100644 --- a/src/hb-ft.h +++ b/src/hb-ft.h @@ -36,6 +36,7 @@ HB_BEGIN_DECLS +/* Note: FreeType is not thread-safe. Hence, these functions are not either. */ hb_font_funcs_t * hb_ft_get_font_funcs (void); @@ -44,7 +45,6 @@ hb_face_t * hb_ft_face_create (FT_Face ft_face, hb_destroy_func_t destroy); -/* Note: This function is not thread-safe */ hb_face_t * hb_ft_face_create_cached (FT_Face ft_face); -- 2.7.4