Remove obsolete TODO item
[profile/ivi/org.tizen.video-player.git] / TODO
1 General fixes:
2 =============
3
4 - Fix tt kern on/off
5
6 - Remove hb_internal_glyph_info_t, etc
7
8 - Remove synthesized GDEF
9
10 - Remove fixed-size feature/lookup arrays in hb-ot-map
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 - Figure out how many .so objects, how to link, etc
27
28
29 API to add (maybe after 1.0):
30 ============================
31
32 - Add hb_font_create_linear()?
33
34 - Add hb_shape_plan()/hb_shape_execute()
35
36 - Add sanitize API
37
38 - Add query API for aalt-like features?
39
40 - SFNT api? get_num_faces?
41
42 - Full matrix instead of scale?
43
44 - Add hb-glib / hb-icu script conversion API
45
46 - Add segmentation API
47
48 - Add hb-cairo
49
50 - Add hb-fribidi
51
52
53 Build fixes:
54 ===========
55
56 - GNOME Bug 612402 - (hb-arm) HarfBuzz compilation fix for arm
57
58 - Better define HB_INTERNAL
59
60
61 Optimizations:
62 =============
63
64 - Avoid allocating blob objects internally for for_data() faces
65
66 - Add caching layer to hb-ft
67