Cleanup TODO
[framework/uifw/harfbuzz.git] / TODO
1 General fixes:
2 =============
3
4 - Fix feature mask bugs
5
6 - Fix tt kern on/off
7
8 - Remove hb_internal_glyph_info_t, etc
9
10 - Remove synthesized GDEF
11
12 - Use size_t in sanitize
13
14
15 API issues to fix before 1.0:
16 ============================
17
18 - Sprinkle const all over public and private API
19
20 - Rename get_table to reference_table
21
22 - get_table shouldn't return NULL
23
24 - Use tags for hb_script_t?
25
26 - Future-proof metrics struct
27
28 - Figure out how many .so objects, how to link, etc
29
30
31 API to add (maybe after 1.0):
32 ============================
33
34 - Add hb_font_create_linear()?
35
36 - Add hb_shape_plan()/hb_shape_execute()
37
38 - Add sanitize API
39
40 - Add query API for aalt-like features?
41
42 - SFNT api? get_num_faces?
43
44 - Full matrix instead of scale?
45
46 - Add hb-glib / hb-icu script conversion API
47
48 - Add segmentation API
49
50 - Add hb-cairo
51
52 - Add hb-fribidi
53
54
55 Build fixes:
56 ===========
57
58 - GNOME Bug 612402 - (hb-arm) HarfBuzz compilation fix for arm
59
60 - Better define HB_INTERNAL
61
62
63 Optimizations:
64 =============
65
66 - Avoid allocating blob objects internally for for_data() faces
67
68 - Add caching layer to hb-ft
69