Update TODO items
[profile/ivi/org.tizen.video-player.git] / TODO
1 General fixes:
2 =============
3
4 - Instead of forming clusters immediately, only do it if we are reversing
5   the text.  We'd need a separate bit to indicate cluster start then.
6   Right now, BTW, for non-native direction runs, we get the cluster wrong...
7
8 - Fix tt kern on/off and GPOS interaction
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 - Shall y axis progress downward instead of upward?
29
30 - User-data support ala cairo
31
32 - Real subclassing support for vfunc vectors
33
34 - Investigate Mozilla's user-data issue, make sure it's addressed
35
36 - Add hb-glib / hb-icu two-way script conversion API
37
38 - Add hb-cairo glue
39
40 - Fix blob, remove mutex, etc.
41
42 - Add sanitize API (since may affect blob API)
43
44
45 API to add (maybe after 1.0):
46 ============================
47
48 - Add hb_font_create_linear()?
49
50 - Add hb_shape_plan()/hb_shape_execute()
51
52 - Add query API for aalt-like features?
53
54 - SFNT api? get_num_faces?
55
56 - Full matrix instead of scale?
57
58 - Add segmentation API
59
60 - Add hb-fribidi?
61
62
63 Build fixes:
64 ===========
65
66 - GNOME Bug 612402 - (hb-arm) HarfBuzz compilation fix for arm
67
68 - Better define HB_INTERNAL
69
70
71 Optimizations:
72 =============
73
74 - Avoid allocating blob objects internally for for_data() faces?
75
76 - Add caching layer to hb-ft
77